Author: euschn
Date: Tue Jun 23 10:17:38 2009
New Revision: 36358

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36358&view=rev
Log:
removed several declarations of class gamestatus

Modified:
    trunk/src/actions.hpp
    trunk/src/display.hpp
    trunk/src/map.hpp
    trunk/src/mouse_events.hpp
    trunk/src/pathfind.hpp
    trunk/src/unit.hpp
    trunk/src/unit_types.hpp

Modified: trunk/src/actions.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/actions.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/actions.hpp (original)
+++ trunk/src/actions.hpp Tue Jun 23 10:17:38 2009
@@ -21,7 +21,6 @@
 #define ACTIONS_H_INCLUDED
 
 class display;
-class gamestatus;
 class tod_manager;
 class game_display;
 class replay;

Modified: trunk/src/display.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/display.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/display.hpp (original)
+++ trunk/src/display.hpp Tue Jun 23 10:17:38 2009
@@ -34,7 +34,6 @@
 #define DISPLAY_H_INCLUDED
 
 class config;
-class gamestatus;
 class team;
 class unit;
 class unit_map;

Modified: trunk/src/map.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/map.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/map.hpp (original)
+++ trunk/src/map.hpp Tue Jun 23 10:17:38 2009
@@ -18,7 +18,6 @@
 #define MAP_H_INCLUDED
 
 class config;
-class gamestatus;
 class unit;
 class unit_map;
 class vconfig;

Modified: trunk/src/mouse_events.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/mouse_events.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/mouse_events.hpp (original)
+++ trunk/src/mouse_events.hpp Tue Jun 23 10:17:38 2009
@@ -23,10 +23,10 @@
 #include "pathfind.hpp"
 #include "unit_map.hpp"
 #include "mouse_handler_base.hpp"
-class gamestatus;
-class tod_manager;
 
 #include "SDL.h"
+
+class tod_manager;
 
 namespace events{
 

Modified: trunk/src/pathfind.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/pathfind.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/pathfind.hpp (original)
+++ trunk/src/pathfind.hpp Tue Jun 23 10:17:38 2009
@@ -20,7 +20,6 @@
 #ifndef PATHFIND_H_INCLUDED
 #define PATHFIND_H_INCLUDED
 
-class gamestatus;
 class unit;
 class unit_map;
 

Modified: trunk/src/unit.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/unit.hpp (original)
+++ trunk/src/unit.hpp Tue Jun 23 10:17:38 2009
@@ -27,7 +27,6 @@
 #include "unit_map.hpp"
 
 class config_writer;
-class gamestatus;
 class tod_manager;
 class game_display;
 class game_state;

Modified: trunk/src/unit_types.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_types.hpp?rev=36358&r1=36357&r2=36358&view=diff
==============================================================================
--- trunk/src/unit_types.hpp (original)
+++ trunk/src/unit_types.hpp Tue Jun 23 10:17:38 2009
@@ -26,7 +26,6 @@
 #include <vector>
 
 
-class gamestatus;
 class tod_manager;
 class team;
 class unit;


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to