aboutsummaryrefslogtreecommitdiff
path: root/libs/SDL.S
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-18 15:24:23 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-18 15:24:23 +0100
commit943e24c81926f2392c341001cca69b58536c8129 (patch)
tree4b1873fa69c75af91b33b3a384218f8a38743b1a /libs/SDL.S
parent2a1f31365dade481c32efc3307f94cc052d00f7f (diff)
downloadsnake.s-943e24c81926f2392c341001cca69b58536c8129.tar.xz
snake.s-943e24c81926f2392c341001cca69b58536c8129.zip
feat: create a simple 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 838f482..96efe31 100644
--- a/libs/SDL.S
+++ b/libs/SDL.S
@@ -1,4 +1,5 @@
#include "SDL/error.S"
#include "SDL/init.S"
+#include "SDL/rect.S"
#include "SDL/render.S"
#include "SDL/video.S" \ No newline at end of file