aboutsummaryrefslogtreecommitdiff
path: root/src/game/entry.h
blob: 655f719aff2a4f272e8c6096b93e9df3e7bd9df6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef H_MAZE_GAME_ENTRY
#define H_MAZE_GAME_ENTRY

#include "app.h"
#include "game.h"

enum game_res game(struct app *app);

#endif