summary refs log tree commit diff stats
path: root/includes.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-19 21:22:34 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-19 21:22:34 -0400
commit1941186fa99ce9a9e333d9ab0deb928937e1ea61 (patch)
tree683188717e4acbb4623460cc28f61d08edb9a3a6 /includes.h
parentdf28032e41530c0230b1c72c3684e1bd49c7019e (diff)
downloadmazeoflife-1941186fa99ce9a9e333d9ab0deb928937e1ea61.tar.gz
mazeoflife-1941186fa99ce9a9e333d9ab0deb928937e1ea61.tar.bz2
mazeoflife-1941186fa99ce9a9e333d9ab0deb928937e1ea61.zip
Added How To Play
Closes #103
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h index d066b8e..fa6abeb 100644 --- a/includes.h +++ b/includes.h
@@ -5,4 +5,5 @@
5#include "state.h" 5#include "state.h"
6#include "mazeoflife.h" 6#include "mazeoflife.h"
7#include "titlestate.h" 7#include "titlestate.h"
8#include "htpstate.h"
8#include "gamestate.h" 9#include "gamestate.h"