pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/worldmap manager.cxx,1.11,1.12 node.c


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap manager.cxx,1.11,1.12 node.cxx,1.8,1.9 worldmap.cxx,1.12,1.13
Date: 14 Sep 2002 19:06:36 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv10275/worldmap

Modified Files:
        manager.cxx node.cxx worldmap.cxx 
Log Message:
- splitted IceBlock / ConveyorBelt
- removed unrequired includes (ignoring system headers)


Index: manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- manager.cxx 11 Sep 2002 12:45:58 -0000      1.11
+++ manager.cxx 14 Sep 2002 19:06:34 -0000      1.12
@@ -17,11 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include <ClanLib/Display/Input/input.h>
 #include "../screen_manager.hxx"
 #include "../path_manager.hxx"
-#include "../delta_manager.hxx"
-#include "../display.hxx"
 #include "worldmap.hxx"
 #include "manager.hxx"
 

Index: node.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/node.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- node.cxx    11 Sep 2002 12:45:58 -0000      1.8
+++ node.cxx    14 Sep 2002 19:06:34 -0000      1.9
@@ -22,12 +22,9 @@
 #include "../path_manager.hxx"
 #include "../system.hxx"
 #include "../game_session.hxx"
-#include "../game_session_result.hxx"
-#include "../console.hxx"
 #include "../xml_plf.hxx"
 #include "../pingus_error.hxx"
 #include "../sound.hxx"
-#include "../pingus_resource.hxx"
 #include "../globals.hxx"
 #include "../screen_manager.hxx"
 #include "node.hxx"

Index: worldmap.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- worldmap.cxx        11 Sep 2002 12:45:58 -0000      1.12
+++ worldmap.cxx        14 Sep 2002 19:06:34 -0000      1.13
@@ -20,9 +20,6 @@
 #include <assert.h>
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/Display/display.h>
-#include <ClanLib/Display/Input/input.h>
-#include <ClanLib/Display/Input/keyboard.h>
-#include <ClanLib/Display/Font/font.h>
 #include <ClanLib/Display/Input/mouse.h>
 #include "../fonts.hxx"
 #include "../path_manager.hxx"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]