From 943e24c81926f2392c341001cca69b58536c8129 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 18 Feb 2026 15:24:23 +0100 Subject: feat: create a simple square --- libs/SDL.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/SDL.S') 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 -- cgit v1.2.3