summary refs log tree commit diff stats
path: root/includes.h
blob: a36c456a1ecee1b617be393dcb4cc7a2e8ef278e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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 "chlstate.h"
#include "gamestate.h"