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 --- libs/SDL/error.S | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/SDL/error.S (limited to 'libs/SDL/error.S') diff --git a/libs/SDL/error.S b/libs/SDL/error.S new file mode 100644 index 0000000..19efb5a --- /dev/null +++ b/libs/SDL/error.S @@ -0,0 +1,8 @@ +//! @file error.S +//! +//! Assembler bindings for SDL2 (SDL_error.h) + +//! @fn char const * SDL_GetError(void) +//! @return the last error message +.type SDL_GetError, @function +.extern SDL_GetError \ No newline at end of file -- cgit v1.2.3