summaryrefslogtreecommitdiffstats
path: root/engine/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/types.h')
-rw-r--r--engine/include/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/types.h b/engine/include/types.h
index 003c114..9482a46 100644
--- a/engine/include/types.h
+++ b/engine/include/types.h
@@ -26,8 +26,8 @@ class task_s;
/* SDL types */
-typedef unsigned char Uint8;
-typedef unsigned int Uint32;
+typedef unsigned char uint8_t;
+typedef unsigned int uint32_t;
struct SDL_Surface;
struct SDL_Rect;