pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.35,1.36 I


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.35,1.36 IceBlock.cc,1.29,1.30 InfoBox.cc,1.8,1.9 SwitchDoor.cc,1.31,1.32 Teleporter.cc,1.38,1.39 Teleporter.hh,1.29,1.30
Date: 10 Jun 2002 13:03:39 -0000

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

Modified Files:
        ConveyorBelt.cc IceBlock.cc InfoBox.cc SwitchDoor.cc 
        Teleporter.cc Teleporter.hh 
Log Message:
reduced header dependencies


Index: ConveyorBelt.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/ConveyorBelt.cc,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ConveyorBelt.cc     10 Jun 2002 11:00:29 -0000      1.35
+++ ConveyorBelt.cc     10 Jun 2002 13:03:36 -0000      1.36
@@ -26,6 +26,7 @@
 #include "../XMLhelper.hh"
 #include "ConveyorBelt.hh"
 #include "../GroundpieceData.hh"
+#include "../Pingu.hh"
 
 ConveyorBeltData::ConveyorBeltData ()
 {

Index: IceBlock.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.cc,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- IceBlock.cc 10 Jun 2002 11:00:29 -0000      1.29
+++ IceBlock.cc 10 Jun 2002 13:03:36 -0000      1.30
@@ -26,6 +26,7 @@
 #include "../PinguMap.hh"
 #include "../GameTime.hh"
 #include "IceBlock.hh"
+#include "../Pingu.hh"
 
 IceBlockData::IceBlockData ()
 {

Index: InfoBox.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/InfoBox.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- InfoBox.cc  10 Jun 2002 11:00:29 -0000      1.8
+++ InfoBox.cc  10 Jun 2002 13:03:36 -0000      1.9
@@ -25,6 +25,7 @@
 #include "../PingusResource.hh"
 #include "../XMLhelper.hh"
 #include "InfoBox.hh"
+#include "../Pingu.hh"
 
 InfoBoxData::InfoBoxData ()
 {

Index: SwitchDoor.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/SwitchDoor.cc,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- SwitchDoor.cc       10 Jun 2002 11:00:29 -0000      1.31
+++ SwitchDoor.cc       10 Jun 2002 13:03:36 -0000      1.32
@@ -25,6 +25,7 @@
 #include "../editor/EditorView.hh"
 #include "../XMLhelper.hh"
 #include "SwitchDoor.hh"
+#include "../Pingu.hh"
 
 SwitchDoorData::SwitchDoorData ()
 {

Index: Teleporter.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/Teleporter.cc,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Teleporter.cc       10 Jun 2002 11:00:29 -0000      1.38
+++ Teleporter.cc       10 Jun 2002 13:03:36 -0000      1.39
@@ -24,6 +24,7 @@
 #include "../XMLhelper.hh"
 #include "../editor/EditorView.hh"
 #include "Teleporter.hh"
+#include "../Pingu.hh"
 
 TeleporterData::TeleporterData (const TeleporterData& data) : 
WorldObjData(data)
 {

Index: Teleporter.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/Teleporter.hh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Teleporter.hh       9 Jun 2002 14:04:10 -0000       1.29
+++ Teleporter.hh       10 Jun 2002 13:03:36 -0000      1.30
@@ -29,7 +29,6 @@
 class _xmlNode; typedef _xmlNode* xmlNodePtr;
 
 namespace boost {
-
   template <class T> class shared_ptr;
 }
 




reply via email to

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