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 conveyor_belt.hxx,1.1,1.2 i


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs conveyor_belt.hxx,1.1,1.2 ice_block.hxx,1.1,1.2 info_box.hxx,1.2,1.3 switch_door.hxx,1.2,1.3 teleporter.hxx,1.2,1.3
Date: 24 Jun 2002 22:53:03 -0000

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

Modified Files:
        conveyor_belt.hxx ice_block.hxx info_box.hxx switch_door.hxx 
        teleporter.hxx 
Log Message:
- changed include-guarts to take the directory and the new file name into 
account

Index: conveyor_belt.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/conveyor_belt.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- conveyor_belt.hxx   12 Jun 2002 19:03:10 -0000      1.1
+++ conveyor_belt.hxx   24 Jun 2002 22:52:59 -0000      1.2
@@ -17,8 +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.
 
-#ifndef CONVEYORBELT_HH
-#define CONVEYORBELT_HH
+#ifndef HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HXX
+#define HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HXX
 
 #include "../worldobj.hxx"
 #include "../worldobj_data.hxx"

Index: ice_block.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/ice_block.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ice_block.hxx       12 Jun 2002 19:03:10 -0000      1.1
+++ ice_block.hxx       24 Jun 2002 22:53:00 -0000      1.2
@@ -17,8 +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.
 
-#ifndef ICEBLOCK_HH
-#define ICEBLOCK_HH
+#ifndef HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HXX
+#define HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HXX
 
 #include "../worldobj_data.hxx"
 #include "../editor/sprite_editorobj.hxx"

Index: info_box.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/info_box.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- info_box.hxx        23 Jun 2002 11:08:30 -0000      1.2
+++ info_box.hxx        24 Jun 2002 22:53:00 -0000      1.3
@@ -17,8 +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.
 
-#ifndef INFOBOX_HH
-#define INFOBOX_HH
+#ifndef HEADER_PINGUS_WORLDOBJS_INFO_BOX_HXX
+#define HEADER_PINGUS_WORLDOBJS_INFO_BOX_HXX
 
 #include "../worldobj.hxx"
 #include "../worldobj_data.hxx"

Index: switch_door.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/switch_door.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- switch_door.hxx     23 Jun 2002 11:08:30 -0000      1.2
+++ switch_door.hxx     24 Jun 2002 22:53:00 -0000      1.3
@@ -17,8 +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.
 
-#ifndef SWITCHDOOR_HH
-#define SWITCHDOOR_HH
+#ifndef HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HXX
+#define HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HXX
 
 #include "../worldobj.hxx"
 #include "../worldobj_data.hxx"

Index: teleporter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/teleporter.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- teleporter.hxx      23 Jun 2002 11:08:30 -0000      1.2
+++ teleporter.hxx      24 Jun 2002 22:53:00 -0000      1.3
@@ -17,8 +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.
 
-#ifndef TELEPORTER_HH
-#define TELEPORTER_HH
+#ifndef HEADER_PINGUS_WORLDOBJS_TELEPORTER_HXX
+#define HEADER_PINGUS_WORLDOBJS_TELEPORTER_HXX
 
 #include "../worldobj.hxx"
 #include "../worldobj_data.hxx"




reply via email to

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