diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-02-18 13:19:52 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-02-18 13:19:52 +0100 |
| commit | 2a1f31365dade481c32efc3307f94cc052d00f7f (patch) | |
| tree | 54acaae0d6c18106a82eb263e3b860197908f903 /libs/SDL.S | |
| parent | 63fd09807c528915ac5ba6bc9eb11520cbf073e0 (diff) | |
| download | snake.s-2a1f31365dade481c32efc3307f94cc052d00f7f.tar.xz snake.s-2a1f31365dade481c32efc3307f94cc052d00f7f.zip | |
refactor: split SDL bindings
Diffstat (limited to 'libs/SDL.S')
| -rw-r--r-- | libs/SDL.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/SDL.S b/libs/SDL.S new file mode 100644 index 0000000..838f482 --- /dev/null +++ b/libs/SDL.S @@ -0,0 +1,4 @@ +#include "SDL/error.S" +#include "SDL/init.S" +#include "SDL/render.S" +#include "SDL/video.S"
\ No newline at end of file |
