aboutsummaryrefslogtreecommitdiff
path: root/libs/SDL/rect.S
blob: a535f3b29affdca419eda2dfdbbace0d232ca7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __STDC_VERSION__

//! @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

#endif