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