fix gitignore and add missing sources

This commit is contained in:
Eduardo Bart
2011-08-15 11:11:24 -03:00
parent d8cc37afdb
commit b21ccd16f9
34 changed files with 2906 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#include "game.h"
Game g_game;
Game::Game()
{
m_online = false;
}