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