summary refs log tree commit diff stats
path: root/includes.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-27 11:39:37 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-27 11:39:37 -0400
commitffd335aca284c286030e2b26f1a02a0441748f46 (patch)
treebcc1c241621fe159ae7ef178122fb41c5f23eb00 /includes.h
parentd47da18958b5214def5127e201f60668c566d9bb (diff)
downloadmazeoflife-ffd335aca284c286030e2b26f1a02a0441748f46.tar.gz
mazeoflife-ffd335aca284c286030e2b26f1a02a0441748f46.tar.bz2
mazeoflife-ffd335aca284c286030e2b26f1a02a0441748f46.zip
Started rewriting game from scratch with SDL2
Only the title screen is currently implemented
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/includes.h b/includes.h deleted file mode 100644 index 38523b7..0000000 --- a/includes.h +++ /dev/null
@@ -1,23 +0,0 @@
1#include <SDL.h>
2#include <SDL/SDL_ttf.h>
3#include <SDL/SDL_net.h>
4#include <SDL_thread.h>
5#include <stdio.h>
6#include <time.h>
7#include <string>
8#include <vector>
9#include <fstream>
10#include <sstream>
11#include <exception>
12#include "state.h"
13#include "mazeoflife.h"
14#include "titlestate.h"
15#include "htpstate.h"
16#include "chlstate.h"
17#include "gamestate.h"
18#include "highscore.h"
19#include "hslist.h"
20#include "hslocal.h"
21#include "hsnew.h"
22#include "hsglobal.h"
23#include "hssubmit.h"