changeset 7013 | fe82d15464d1 |
parent 6785 | c094c438c0a6 |
child 7517 | 965d57022c01 |
7012:504651b7d8df | 7013:fe82d15464d1 |
---|---|
15 #include <stdio.h> |
15 #include <stdio.h> |
16 #include <time.h> |
16 #include <time.h> |
17 |
17 |
18 #include "SDL_test_common.h" |
18 #include "SDL_test_common.h" |
19 |
19 |
20 #define WINDOW_WIDTH 640 |
|
21 #define WINDOW_HEIGHT 480 |
|
22 |
20 |
23 static SDLTest_CommonState *state; |
21 static SDLTest_CommonState *state; |
24 |
22 |
25 typedef struct { |
23 typedef struct { |
26 SDL_Window *window; |
24 SDL_Window *window; |