summary refs log tree commit diff stats
path: root/includes.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-18 16:24:02 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-18 16:24:02 -0400
commit10ccc825777c7ce8797fc58e1484dd93f19368cf (patch)
tree75333f5f5abc653a621e442129613fd4fdade8c1 /includes.h
downloadmazeoflife-10ccc825777c7ce8797fc58e1484dd93f19368cf.tar.gz
mazeoflife-10ccc825777c7ce8797fc58e1484dd93f19368cf.tar.bz2
mazeoflife-10ccc825777c7ce8797fc58e1484dd93f19368cf.zip
Created base
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"