diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ #include <stdio.h> #include <allegro.h> +#ifdef WIN32 +#include <winalleg.h> +#endif #include <alfont.h> #include "log.h" |