summary refs log tree commit diff stats
path: root/includes.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-19 10:57:53 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-19 10:57:53 -0400
commit684a27ce13a9a08f4f1d94621cdab1232d2d33cf (patch)
tree4b85d42802b588767b6ac7b6972f2093154c7196 /includes.h
parent1e3808b3338ff3b1499e000ce1f23e87d6050b8c (diff)
downloadmazeoflife-684a27ce13a9a08f4f1d94621cdab1232d2d33cf.tar.gz
mazeoflife-684a27ce13a9a08f4f1d94621cdab1232d2d33cf.tar.bz2
mazeoflife-684a27ce13a9a08f4f1d94621cdab1232d2d33cf.zip
Added GNU configure stuff
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/includes.h b/includes.h deleted file mode 100644 index a47a307..0000000 --- a/includes.h +++ /dev/null
@@ -1,7 +0,0 @@
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"