diff options
| author | Sopár Adrián <adrian.sopar@protonmail.com> | 2024-06-20 09:28:14 +0200 |
|---|---|---|
| committer | Sopár Adrián <adrian.sopar@protonmail.com> | 2024-06-20 09:28:14 +0200 |
| commit | 74ea6dc86646cee9915292d73d8c7afef01ef3e0 (patch) | |
| tree | 9a58866f7765dad8ba56f1f40b1fa031e9d2687d /src/game/entry.h | |
First commit. This is mostly the state of the project as I left it around the end of 2019.HEADmaster
Diffstat (limited to 'src/game/entry.h')
| -rw-r--r-- | src/game/entry.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/entry.h b/src/game/entry.h new file mode 100644 index 0000000..655f719 --- /dev/null +++ b/src/game/entry.h @@ -0,0 +1,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
\ No newline at end of file |
