removed empty src/game.hpp
This commit is contained in:
parent
bef5cdbd93
commit
4ce76d74ed
8 changed files with 0 additions and 23 deletions
|
@ -135,7 +135,6 @@ wesnoth_SOURCES = about.cpp \
|
|||
events.hpp \
|
||||
filesystem.hpp \
|
||||
font.hpp \
|
||||
game.hpp \
|
||||
game_config.hpp \
|
||||
game_events.hpp \
|
||||
gamestatus.hpp \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
16
src/game.hpp
16
src/game.hpp
|
@ -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
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include "game.hpp"
|
||||
#include "log.hpp"
|
||||
#include "map.hpp"
|
||||
#include "pathfind.hpp"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <map>
|
||||
|
||||
#include "config.hpp"
|
||||
#include "game.hpp"
|
||||
#include "log.hpp"
|
||||
#include "sdl_utils.hpp"
|
||||
#include "show_dialog.hpp"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include "button.hpp"
|
||||
#include "../display.hpp"
|
||||
#include "../game.hpp"
|
||||
#include "../font.hpp"
|
||||
#include "../image.hpp"
|
||||
#include "../log.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue