/* server/server.cc This file is part of the Osirion project and is distributed under the terms and conditions of the GNU General Public License version 2 */ // project headers #include "server/application.h" #include "server/console.h" #include "game/game.h" namespace server { Application application; Console console; game::Game *game; }