summary refs log tree commit diff stats
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes.h b/includes.h new file mode 100644 index 0000000..a47a307 --- /dev/null +++ b/includes.h
@@ -0,0 +1,7 @@
1#include <SDL.h>
2#include <stdio.h>
3#include <time.h>
4#include <string>
5#include "mazeoflife.h"
6#include "state.h"
7#include "gamestate.h"