aboutsummaryrefslogtreecommitdiff
path: root/src/error.S
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-18 13:19:52 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-18 13:19:52 +0100
commit2a1f31365dade481c32efc3307f94cc052d00f7f (patch)
tree54acaae0d6c18106a82eb263e3b860197908f903 /src/error.S
parent63fd09807c528915ac5ba6bc9eb11520cbf073e0 (diff)
downloadsnake.s-2a1f31365dade481c32efc3307f94cc052d00f7f.tar.xz
snake.s-2a1f31365dade481c32efc3307f94cc052d00f7f.zip
refactor: split SDL bindings
Diffstat (limited to 'src/error.S')
-rw-r--r--src/error.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.S b/src/error.S
index af441ce..44be8b0 100644
--- a/src/error.S
+++ b/src/error.S
@@ -1,4 +1,5 @@
#include "helpers/function.S"
+#include "SDL/error.S"
.section .text