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