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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes.h b/includes.h new file mode 100644 index 0000000..83f3619 --- /dev/null +++ b/includes.h
@@ -0,0 +1,5 @@
1#include <SDL.h>
2#include <stdio.h>
3#include "mazeoflife.h"
4#include "state.h"
5#include "gamestate.h"