summaryrefslogtreecommitdiff
path: root/src/game.hpp
blob: a449ed4f8461f99ccf21b1cde504ee0534dfc8c0 (plain)
1
2
3
4
5
6
7
8
#ifndef PKE_GAME_HPP
#define PKE_GAME_HPP

void Game_Init();
void Game_Tick(double delta);
void Game_Teardown();

#endif /* PKE_GAME_HPP */