townengine/apps/template/game.h

14 lines
139 B
C
Raw Normal View History

2024-07-08 00:44:20 +00:00
#ifndef GAME_H
#define GAME_H
#include "townengine/game_api.h"
2024-07-08 00:44:20 +00:00
#include <stdint.h>
void game_tick(void);
void game_end(void);
#endif