Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 10 | Rev 11 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | */ |
16 | */ |
| 17 | 17 | ||
| 18 | #include <stdlib.h> // atoi |
18 | #include <stdlib.h> // atoi |
| 19 | #include <string.h> // strcmp |
19 | #include <string.h> // strcmp |
| 20 | 20 | ||
| 21 | #include <SDL.h> |
21 | #include <SDL2/SDL.h> |
| 22 | 22 | ||
| 23 | #include "system.h" |
23 | #include "system.h" |
| 24 | #include "game.h" |
24 | #include "game.h" |
| 25 | 25 | ||
| 26 | #include "maps.h" |
26 | #include "maps.h" |