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