aboutsummaryrefslogtreecommitdiff
path: root/src/main.S
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-18 13:19:52 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-18 13:19:52 +0100
commit2a1f31365dade481c32efc3307f94cc052d00f7f (patch)
tree54acaae0d6c18106a82eb263e3b860197908f903 /src/main.S
parent63fd09807c528915ac5ba6bc9eb11520cbf073e0 (diff)
downloadsnake.s-2a1f31365dade481c32efc3307f94cc052d00f7f.tar.xz
snake.s-2a1f31365dade481c32efc3307f94cc052d00f7f.zip
refactor: split SDL bindings
Diffstat (limited to 'src/main.S')
-rw-r--r--src/main.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.S b/src/main.S
index 20d80e6..3a0da8a 100644
--- a/src/main.S
+++ b/src/main.S
@@ -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