Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7 | Rev 11 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | 13 | ||
14 | #include <stdlib.h> // malloc |
14 | #include <stdlib.h> // malloc |
15 | #include <string.h> // memset |
15 | #include <string.h> // memset |
16 | #include <stdbool.h> // bool |
16 | #include <stdbool.h> // bool |
17 | 17 | ||
18 | #include <SDL.h> |
18 | #include <SDL2/SDL.h> |
19 | 19 | ||
20 | #include "system.h" |
20 | #include "system.h" |
21 | #include "game.h" |
21 | #include "game.h" |
22 | #include "img.h" |
22 | #include "img.h" |
23 | 23 |