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