summary refs log tree commit diff stats
path: root/includes.h
blob: fa6abeb84ff7c104ca01e65aa113a86bfa5b7365 (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 "mazeoflife.h"
#include "titlestate.h"
#include "htpstate.h"
#include "gamestate.h"