diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,12 +30,12 @@ #define CORE_VERSION "0.0.8" -#include <stdio.h> #include <allegro.h> #ifdef WIN32 #include <winalleg.h> #endif #include <alfont.h> +#include <stdio.h> #include "log.h" #include "game.h" |