From e6d59a7b506f610b82340b62457f9dd9ad0cb53d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 19 Feb 2026 13:30:45 +0100 Subject: feat: integrate basic CMocka tests --- libs/SDL/init.S | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libs/SDL/init.S') diff --git a/libs/SDL/init.S b/libs/SDL/init.S index a2880c8..7026d64 100644 --- a/libs/SDL/init.S +++ b/libs/SDL/init.S @@ -1,3 +1,5 @@ +#ifndef __STDC_VERSION__ + //! @file init.S //! //! Assembler bindings for SDL2 (SDL.h) @@ -28,4 +30,6 @@ //! @fn void SDL_Quit(void) .type SDL_Quit, @function -.extern SDL_Quit \ No newline at end of file +.extern SDL_Quit + +#endif \ No newline at end of file -- cgit v1.2.3