Backlog/lib/sdl3/parser/test_with_function.c

7 lines
110 B
C

typedef struct SDL_Rect {
int x, y;
int w, h;
} SDL_Rect;
extern int SDL_Test(const SDL_Rect *rect);