diff options
Diffstat (limited to 'src/main.S')
| -rw-r--r-- | src/main.S | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ #include "helpers/function.S" -#include "libs/sdl.S" +#include "SDL/init.S" +#include "SDL/render.S" +#include "SDL/video.S" #define SCREEN_WIDTH 800 #define SCREEN_HEIGHT 600 |
