Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 5 | Rev 11 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 |  * terms of this license. | 9 |  * terms of this license. | 
| 10 |  * | 10 |  * | 
| 11 |  * You must not remove this notice, or any other, from this software. | 11 |  * You must not remove this notice, or any other, from this software. | 
| 12 |  */ | 12 |  */ | 
| 13 | 13 | ||
| 14 | #include <SDL.h> | 14 | #include <SDL2/SDL.h> | 
| 15 | #include <stdlib.h> | 15 | #include <stdlib.h> | 
| 16 | #include <memory.h> | 16 | #include <memory.h> | 
| 17 | 17 | ||
| 18 | #include "system.h" | 18 | #include "system.h" | 
| 19 | #include "game.h" | 19 | #include "game.h" |