aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk_types.h')
-rw-r--r--engines/glk/glk_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h
index 3a51b96887..61add0afeb 100644
--- a/engines/glk/glk_types.h
+++ b/engines/glk/glk_types.h
@@ -28,8 +28,6 @@
namespace Glk {
-typedef uint glui32;
-typedef int glsi32;
class Window;
/**
@@ -220,7 +218,7 @@ enum ImageAlign {
#endif /* GLK_MODULE_IMAGE */
union gidispatch_rock_t {
- glui32 num;
+ uint num;
void *ptr;
};