aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Game/Game.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-16 20:18:42 +0800
committerchai <chaifix@163.com>2018-10-16 20:18:42 +0800
commit0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (patch)
tree535b2dc55a3f12d36d55cb3cf071d40da7e5576f /src/libjin/Game/Game.cpp
parentbe59ac06cbcd60895e25f2e7d76846ee3e6a0d92 (diff)
*misc
Diffstat (limited to 'src/libjin/Game/Game.cpp')
-rw-r--r--src/libjin/Game/Game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/Game/Game.cpp b/src/libjin/Game/Game.cpp
index f4e672d..65baaaa 100644
--- a/src/libjin/Game/Game.cpp
+++ b/src/libjin/Game/Game.cpp
@@ -17,6 +17,7 @@ namespace core
Game::Game() :_running(true) {};
+ /* default game loop */
void Game::run()
{
if (_onLoad != nullptr)