aboutsummaryrefslogtreecommitdiff
path: root/libs/SDL/video.S
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-19 13:30:45 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-19 13:30:45 +0100
commite6d59a7b506f610b82340b62457f9dd9ad0cb53d (patch)
treeb83affc4789146822a9fdbda88402b87c5f0fa28 /libs/SDL/video.S
parente34239cf2bdb6bd810826b82c2a66873bd0881e2 (diff)
downloadsnake.s-e6d59a7b506f610b82340b62457f9dd9ad0cb53d.tar.xz
snake.s-e6d59a7b506f610b82340b62457f9dd9ad0cb53d.zip
feat: integrate basic CMocka tests
Diffstat (limited to 'libs/SDL/video.S')
-rw-r--r--libs/SDL/video.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/SDL/video.S b/libs/SDL/video.S
index f91cc89..78623bd 100644
--- a/libs/SDL/video.S
+++ b/libs/SDL/video.S
@@ -1,3 +1,5 @@
+#ifndef __STDC_VERSION__
+
//! @file video.S
//!
//! Assembler bindings for SDL2 (SDL_video.h)
@@ -21,3 +23,5 @@
//! @param window the window to destroy
.type SDL_DestroyWindow, @function
.extern SDL_DestroyWindow
+
+#endif \ No newline at end of file