summaryrefslogtreecommitdiff
path: root/src/include/game.h
blob: fba84db5cfb1ef3a43b672a240f00afec54883cd (plain)
1
2
3
4
5
6
7
8
9
#ifndef GAME_H
#define GAME_H

#include "data_types.h"
#include "SDL/SDL.h"

void play(tick_t tick, int *dirtRectsCount, SDL_Rect **directRects );

#endif //GAME_H