diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0937928..2bf6386 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,9 @@ #define SDL_MAIN_HANDLED // Prevents SDL from shitting the Windows cross-compiler #include <SDL2/SDL.h> +#include <SDL2/SDL_ttf.h> +#include <SDL2/SDL_image.h> +#include <SDL2/SDL_mixer.h> #include <iostream> #include "lua/lua.hpp" |
