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