#ifndef GAME_H #define GAME_H #include "townengine/game_api.h" #include void game_tick(void); void game_end(void); #endif