From 2a1f31365dade481c32efc3307f94cc052d00f7f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 18 Feb 2026 13:19:52 +0100 Subject: refactor: split SDL bindings --- src/error.S | 1 + 1 file changed, 1 insertion(+) (limited to 'src/error.S') 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 -- cgit v1.2.3