mirror of
https://github.com/edubart/otclient.git
synced 2025-12-24 16:57:11 +01:00
fix gitignore and add missing sources
This commit is contained in:
8
src/otclient/core/game.cpp
Normal file
8
src/otclient/core/game.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "game.h"
|
||||
|
||||
Game g_game;
|
||||
|
||||
Game::Game()
|
||||
{
|
||||
m_online = false;
|
||||
}
|
||||
Reference in New Issue
Block a user