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.34,1.35 C


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.34,1.35 ConveyorBelt.hh,1.21,1.22 IceBlock.cc,1.28,1.29 IceBlock.hh,1.22,1.23 InfoBox.cc,1.7,1.8 InfoBox.hh,1.6,1.7 SwitchDoor.cc,1.30,1.31 Teleporter.cc,1.37,1.38
Date: 10 Jun 2002 11:00:31 -0000

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

Modified Files:
        ConveyorBelt.cc ConveyorBelt.hh IceBlock.cc IceBlock.hh 
        InfoBox.cc InfoBox.hh SwitchDoor.cc Teleporter.cc 
Log Message:
replaced ClanLib/core.h and ClanLib/display.h with the really required headers


Index: ConveyorBelt.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/ConveyorBelt.cc,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- ConveyorBelt.cc     9 Jun 2002 13:03:11 -0000       1.34
+++ ConveyorBelt.cc     10 Jun 2002 11:00:29 -0000      1.35
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <fstream>
 #include "../ColMap.hh"
 #include "../editor/EditorView.hh"
 #include "../World.hh"

Index: ConveyorBelt.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/ConveyorBelt.hh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ConveyorBelt.hh     9 Jun 2002 13:03:11 -0000       1.21
+++ ConveyorBelt.hh     10 Jun 2002 11:00:29 -0000      1.22
@@ -20,7 +20,6 @@
 #ifndef CONVEYORBELT_HH
 #define CONVEYORBELT_HH
 
-#include <ClanLib/core.h>
 #include "../WorldObj.hh"
 #include "../WorldObjData.hh"
 #include "../editor/RectEditorObj.hh"
@@ -106,3 +105,6 @@
 #endif
 
 /* EOF */
+
+
+

Index: IceBlock.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- IceBlock.cc 9 Jun 2002 13:03:11 -0000       1.28
+++ IceBlock.cc 10 Jun 2002 11:00:29 -0000      1.29
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <fstream>
 #include "../ColMap.hh"
 #include "../World.hh"
 #include "../PinguHolder.hh"

Index: IceBlock.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.hh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- IceBlock.hh 9 Jun 2002 13:03:11 -0000       1.22
+++ IceBlock.hh 10 Jun 2002 11:00:29 -0000      1.23
@@ -20,8 +20,6 @@
 #ifndef ICEBLOCK_HH
 #define ICEBLOCK_HH
 
-#include <ClanLib/core.h>
-
 #include "../WorldObjData.hh"
 #include "../editor/SpriteEditorObj.hh"
 
@@ -92,3 +90,6 @@
 #endif
 
 /* EOF */
+
+
+

Index: InfoBox.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/InfoBox.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- InfoBox.cc  9 Jun 2002 13:03:11 -0000       1.7
+++ InfoBox.cc  10 Jun 2002 11:00:29 -0000      1.8
@@ -17,6 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <fstream>
+#include <ClanLib/Display/Font/font.h>
+#include <ClanLib/Display/Display/display.h>
 #include "../PinguHolder.hh"
 #include "../World.hh"
 #include "../PingusResource.hh"

Index: InfoBox.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/InfoBox.hh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- InfoBox.hh  9 Jun 2002 13:03:11 -0000       1.6
+++ InfoBox.hh  10 Jun 2002 11:00:29 -0000      1.7
@@ -24,6 +24,8 @@
 #include "../WorldObjData.hh"
 #include "../editor/SpriteEditorObj.hh"
 
+class CL_Font;
+class CL_Vector;
 class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;
 class _xmlNode; typedef _xmlNode* xmlNodePtr;
 

Index: SwitchDoor.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/SwitchDoor.cc,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- SwitchDoor.cc       9 Jun 2002 13:03:11 -0000       1.30
+++ SwitchDoor.cc       10 Jun 2002 11:00:29 -0000      1.31
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <fstream>
 #include "../ColMap.hh"
 #include "../World.hh"
 #include "../PinguHolder.hh"

Index: Teleporter.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/Teleporter.cc,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Teleporter.cc       9 Jun 2002 13:03:11 -0000       1.37
+++ Teleporter.cc       10 Jun 2002 11:00:29 -0000      1.38
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <fstream>
 #include "../World.hh"
 #include "../PingusResource.hh"
 #include "../PinguHolder.hh"




reply via email to

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