summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gfx.h b/src/gfx.h
index 427f232..ce7efde 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -148,10 +148,10 @@ typedef struct
short CentreY;
} SLineMatrixData;
-extern uint32 odd_high [4][16];
-extern uint32 odd_low [4][16];
-extern uint32 even_high [4][16];
-extern uint32 even_low [4][16];
+extern uint32_t odd_high [4][16];
+extern uint32_t odd_low [4][16];
+extern uint32_t even_high [4][16];
+extern uint32_t even_low [4][16];
extern SBG BG;
extern uint32 DirectColourMaps [8][256];