pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/traps bumper.hxx,1.1,1.2 fake_exit.hx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/traps bumper.hxx,1.1,1.2 fake_exit.hxx,1.1,1.2 guillotine.hxx,1.1,1.2 hammer.hxx,1.1,1.2 laser_exit.hxx,1.1,1.2 smasher.hxx,1.1,1.2 spike.hxx,1.1,1.2
Date: 24 Jun 2002 22:53:03 -0000

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

Modified Files:
        bumper.hxx fake_exit.hxx guillotine.hxx hammer.hxx 
        laser_exit.hxx smasher.hxx spike.hxx 
Log Message:
- changed include-guarts to take the directory and the new file name into 
account

Index: bumper.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/bumper.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bumper.hxx  12 Jun 2002 19:11:32 -0000      1.1
+++ bumper.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 BUMPER_HH
-#define BUMPER_HH
+#ifndef HEADER_PINGUS_TRAPS_BUMPER_HXX
+#define HEADER_PINGUS_TRAPS_BUMPER_HXX
 
 #include "../trap.hxx"
 

Index: fake_exit.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/fake_exit.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fake_exit.hxx       12 Jun 2002 19:11:32 -0000      1.1
+++ fake_exit.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 FAKE_EXIT_HH
-#define FAKE_EXIT_HH
+#ifndef HEADER_PINGUS_TRAPS_FAKE_EXIT_HXX
+#define HEADER_PINGUS_TRAPS_FAKE_EXIT_HXX
 
 #include "../trap.hxx"
 

Index: guillotine.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/guillotine.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- guillotine.hxx      12 Jun 2002 19:11:32 -0000      1.1
+++ guillotine.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 GUILLOTINE_HH
-#define GUILLOTINE_HH
+#ifndef HEADER_PINGUS_TRAPS_GUILLOTINE_HXX
+#define HEADER_PINGUS_TRAPS_GUILLOTINE_HXX
 
 
 #include "../direction.hxx"

Index: hammer.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/hammer.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hammer.hxx  12 Jun 2002 19:11:32 -0000      1.1
+++ hammer.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 HAMMER_HH
-#define HAMMER_HH
+#ifndef HEADER_PINGUS_TRAPS_HAMMER_HXX
+#define HEADER_PINGUS_TRAPS_HAMMER_HXX
 
 #include "../trap.hxx"
 

Index: laser_exit.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/laser_exit.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- laser_exit.hxx      12 Jun 2002 19:11:32 -0000      1.1
+++ laser_exit.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 LASEREXIT_HH
-#define LASEREXIT_HH
+#ifndef HEADER_PINGUS_TRAPS_LASER_EXIT_HXX
+#define HEADER_PINGUS_TRAPS_LASER_EXIT_HXX
 
 #include "../trap.hxx"
 

Index: smasher.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/smasher.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smasher.hxx 12 Jun 2002 19:11:32 -0000      1.1
+++ smasher.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 SMASHER_HH
-#define SMASHER_HH
+#ifndef HEADER_PINGUS_TRAPS_SMASHER_HXX
+#define HEADER_PINGUS_TRAPS_SMASHER_HXX
 
 #include "../trap.hxx"
 

Index: spike.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/spike.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- spike.hxx   12 Jun 2002 19:11:32 -0000      1.1
+++ spike.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 SPIKE_HH
-#define SPIKE_HH
+#ifndef HEADER_PINGUS_TRAPS_SPIKE_HXX
+#define HEADER_PINGUS_TRAPS_SPIKE_HXX
 
 #include "../trap.hxx"
 




reply via email to

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