summary refs log tree commit diff stats
path: root/includes.h
blob: cd5c1e9f83129bc1f50fbe6aacd3cbdde7c6ef08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <SDL.h>
#include <SDL_ttf.h>
#include <stdio.h>
#include <time.h>
#include <string>
#include <vector>
#include <fstream>
#include "state.h"
#include "mazeoflife.h"
#include "resources.h"
#include "titlestate.h"
#include "htpstate.h"
#include "chlstate.h"
#include "gamestate.h"
#include "highscore.h"
#include "hslist.h"
#include "hslocal.h"
#include "hsnew.h"