diff options
Diffstat (limited to 'libs/SDL')
| -rw-r--r-- | libs/SDL/rect.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/SDL/rect.S b/libs/SDL/rect.S new file mode 100644 index 0000000..f402324 --- /dev/null +++ b/libs/SDL/rect.S @@ -0,0 +1,10 @@ +//! @file rect.S +//! +//! Assembler bindings for SDL2 (SDL_rect.h) + +#define OFFSET_SDL_Rect_x 0 +#define OFFSET_SDL_Rect_y 4 +#define OFFSET_SDL_Rect_w 8 +#define OFFSET_SDL_Rect_h 12 + +#define SIZE_SDL_Rect 16
\ No newline at end of file |
