removed empty src/game.hpp

This commit is contained in:
Yann Dirson 2005-03-03 22:43:25 +00:00
parent bef5cdbd93
commit 4ce76d74ed
8 changed files with 0 additions and 23 deletions

View file

@ -135,7 +135,6 @@ wesnoth_SOURCES = about.cpp \
events.hpp \
filesystem.hpp \
font.hpp \
game.hpp \
game_config.hpp \
game_events.hpp \
gamestatus.hpp \

View file

@ -16,7 +16,6 @@
#include "actions.hpp"
#include "display.hpp"
#include "events.hpp"
#include "game.hpp"
#include "game_config.hpp"
#include "game_events.hpp"
#include "key.hpp"

View file

@ -17,7 +17,6 @@
#include "display.hpp"
#include "events.hpp"
#include "font.hpp"
#include "game.hpp"
#include "game_config.hpp"
#include "halo.hpp"
#include "hotkeys.hpp"

View file

@ -1,16 +0,0 @@
/* $Id$ */
/*
Copyright (C) 2003 by David White <davidnwhite@optusnet.com.au>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
*/
#ifndef GAME_H_INCLUDED
#define GAME_H_INCLUDED
#endif

View file

@ -13,7 +13,6 @@
#include "global.hpp"
#include "game.hpp"
#include "log.hpp"
#include "map.hpp"
#include "pathfind.hpp"

View file

@ -13,7 +13,6 @@ See the COPYING file for more details.
#include "global.hpp"
#include "game.hpp"
#include "log.hpp"
#include "pathfind.hpp"
#include "util.hpp"

View file

@ -19,7 +19,6 @@
#include <map>
#include "config.hpp"
#include "game.hpp"
#include "log.hpp"
#include "sdl_utils.hpp"
#include "show_dialog.hpp"

View file

@ -15,7 +15,6 @@
#include "button.hpp"
#include "../display.hpp"
#include "../game.hpp"
#include "../font.hpp"
#include "../image.hpp"
#include "../log.hpp"