diff options
author | chai <chaifix@163.com> | 2018-05-17 19:10:57 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 19:10:57 +0800 |
commit | 70cdd89e887641b7423e5d4d05928d14ee014aba (patch) | |
tree | 248b87ae35197a9e5941e65ef20eea359e87a5ed /src/core/game.cpp | |
parent | df4b054b8e8d00f7817daaa4cbf6961712cd0b75 (diff) |
change file tree
Diffstat (limited to 'src/core/game.cpp')
-rw-r--r-- | src/core/game.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/game.cpp b/src/core/game.cpp deleted file mode 100644 index 1c47d87..0000000 --- a/src/core/game.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "game.h" - -namespace jin -{ -namespace core -{ - - Game* Game::g_game = 0; - - Game::Game() :run(true) {}; - -} -} - |