diff options
Diffstat (limited to 'libs/SDL/video.S')
| -rw-r--r-- | libs/SDL/video.S | 4 |
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 |
