aboutsummaryrefslogtreecommitdiff
path: root/libs/SDL.S
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-18 17:40:41 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-18 17:40:41 +0100
commitee0f1c0268d12f2461de5582788ae6640be5b436 (patch)
tree3f2afe2eef23162e5addbc18ed4fdc185b9dae35 /libs/SDL.S
parentd83070b66e5a07af0b1be68878c4296a1bc5bf18 (diff)
downloadsnake.s-ee0f1c0268d12f2461de5582788ae6640be5b436.tar.xz
snake.s-ee0f1c0268d12f2461de5582788ae6640be5b436.zip
feat: render a red square
Diffstat (limited to 'libs/SDL.S')
-rw-r--r--libs/SDL.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/SDL.S b/libs/SDL.S
index 96efe31..6d96a8d 100644
--- a/libs/SDL.S
+++ b/libs/SDL.S
@@ -1,4 +1,5 @@
#include "SDL/error.S"
+#include "SDL/event.S"
#include "SDL/init.S"
#include "SDL/rect.S"
#include "SDL/render.S"