diff options
Diffstat (limited to 'includes.h')
| -rw-r--r-- | includes.h | 6 |
1 files changed, 6 insertions, 0 deletions
| diff --git a/includes.h b/includes.h index cd5c1e9..b7c0d56 100644 --- a/includes.h +++ b/includes.h | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | #include <SDL.h> | 1 | #include <SDL.h> |
| 2 | #include <SDL_ttf.h> | 2 | #include <SDL_ttf.h> |
| 3 | #include <SDL_net.h> | ||
| 4 | #include <SDL_thread.h> | ||
| 3 | #include <stdio.h> | 5 | #include <stdio.h> |
| 4 | #include <time.h> | 6 | #include <time.h> |
| 5 | #include <string> | 7 | #include <string> |
| 6 | #include <vector> | 8 | #include <vector> |
| 7 | #include <fstream> | 9 | #include <fstream> |
| 10 | #include <sstream> | ||
| 11 | #include <exception> | ||
| 8 | #include "state.h" | 12 | #include "state.h" |
| 9 | #include "mazeoflife.h" | 13 | #include "mazeoflife.h" |
| 10 | #include "resources.h" | 14 | #include "resources.h" |
| @@ -16,3 +20,5 @@ | |||
| 16 | #include "hslist.h" | 20 | #include "hslist.h" |
| 17 | #include "hslocal.h" | 21 | #include "hslocal.h" |
| 18 | #include "hsnew.h" | 22 | #include "hsnew.h" |
| 23 | #include "hsglobal.h" | ||
| 24 | #include "hssubmit.h" | ||
