aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/game.h')
-rw-r--r--engines/cge/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/game.h b/engines/cge/game.h
index 7a5efd9844..cda24512e3 100644
--- a/engines/cge/game.h
+++ b/engines/cge/game.h
@@ -44,8 +44,8 @@
extern SPRITE * Sys;
int Sinus (long x);
-byte * Glass (DAC * pal, byte r, byte g, byte b);
-byte * Mark (DAC * pal);
+uint8 * Glass (DAC * pal, uint8 r, uint8 g, uint8 b);
+uint8 * Mark (DAC * pal);