diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-02-18 15:24:23 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-02-18 15:24:23 +0100 |
| commit | 943e24c81926f2392c341001cca69b58536c8129 (patch) | |
| tree | 4b1873fa69c75af91b33b3a384218f8a38743b1a /libs/SDL.S | |
| parent | 2a1f31365dade481c32efc3307f94cc052d00f7f (diff) | |
| download | snake.s-943e24c81926f2392c341001cca69b58536c8129.tar.xz snake.s-943e24c81926f2392c341001cca69b58536c8129.zip | |
feat: create a simple square
Diffstat (limited to 'libs/SDL.S')
| -rw-r--r-- | libs/SDL.S | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
