summary refs log tree commit diff stats
path: root/includes.h
blob: aef67141f66d29e030acf72ba3871edcc14aeab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <SDL.h>
#include <SDL_image.h>
#include <stdio.h>
#include <time.h>
#include <string>
#include "state.h"
#include "mazeoflife.h"
#include "titlestate.h"
#include "htpstate.h"
#include "gamestate.h"