diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/play.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ #include <stdint.h> #include <stdlib.h> /* exit, atexit */ +#include "config.h" + #include "macros.h" #include "play.h" |
![]() |
index : libplay/.git | |
Thin wrapper around SDL and SDL_Mixer for game development purposes |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/play.c | 2 |
@@ -21,6 +21,8 @@ #include <stdint.h> #include <stdlib.h> /* exit, atexit */ +#include "config.h" + #include "macros.h" #include "play.h" |