pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions angel.hxx,1.1,1.2 basher.hxx,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions angel.hxx,1.1,1.2 basher.hxx,1.1,1.2 blocker.hxx,1.1,1.2 boarder.hxx,1.2,1.3 bomber.hxx,1.1,1.2 bridger.hxx,1.3,1.4 climber.hxx,1.1,1.2 digger.hxx,1.1,1.2 drown.hxx,1.1,1.2 exiter.hxx,1.1,1.2 faller.hxx,1.3,1.4 floater.hxx,1.1,1.2 jumper.hxx,1.1,1.2 laser_kill.hxx,1.1,1.2 miner.hxx,1.1,1.2 rocket_launcher.hxx,1.1,1.2 slider.hxx,1.1,1.2 smashed.hxx,1.1,1.2 splashed.hxx,1.1,1.2 superman.hxx,1.1,1.2 teleported.hxx,1.1,1.2 waiter.hxx,1.1,1.2 walker.hxx,1.1,1.2
Date: 24 Jun 2002 22:53:00 -0000

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

Modified Files:
        angel.hxx basher.hxx blocker.hxx boarder.hxx bomber.hxx 
        bridger.hxx climber.hxx digger.hxx drown.hxx exiter.hxx 
        faller.hxx floater.hxx jumper.hxx laser_kill.hxx miner.hxx 
        rocket_launcher.hxx slider.hxx smashed.hxx splashed.hxx 
        superman.hxx teleported.hxx waiter.hxx walker.hxx 
Log Message:
- changed include-guarts to take the directory and the new file name into 
account

Index: angel.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/angel.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- angel.hxx   12 Jun 2002 19:01:42 -0000      1.1
+++ angel.hxx   24 Jun 2002 22:52:57 -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 ANGEL_HH
-#define ANGEL_HH
+#ifndef HEADER_PINGUS_ACTIONS_ANGEL_HXX
+#define HEADER_PINGUS_ACTIONS_ANGEL_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: basher.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/basher.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- basher.hxx  12 Jun 2002 19:01:42 -0000      1.1
+++ basher.hxx  24 Jun 2002 22:52:57 -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 BASHER_HH
-#define BASHER_HH
+#ifndef HEADER_PINGUS_ACTIONS_BASHER_HXX
+#define HEADER_PINGUS_ACTIONS_BASHER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: blocker.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/blocker.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- blocker.hxx 12 Jun 2002 19:01:42 -0000      1.1
+++ blocker.hxx 24 Jun 2002 22:52:57 -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 BLOCKER_HH
-#define BLOCKER_HH
+#ifndef HEADER_PINGUS_ACTIONS_BLOCKER_HXX
+#define HEADER_PINGUS_ACTIONS_BLOCKER_HXX
 
 #include "../pingu_action.hxx"
 

Index: boarder.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/boarder.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- boarder.hxx 19 Jun 2002 15:19:26 -0000      1.2
+++ boarder.hxx 24 Jun 2002 22:52:57 -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 BOARDER_HH
-#define BOARDER_HH
+#ifndef HEADER_PINGUS_ACTIONS_BOARDER_HXX
+#define HEADER_PINGUS_ACTIONS_BOARDER_HXX
 
 #include "../pingu_action.hxx"
 #include "../sprite.hxx"

Index: bomber.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bomber.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bomber.hxx  12 Jun 2002 19:01:42 -0000      1.1
+++ bomber.hxx  24 Jun 2002 22:52:57 -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 BOMBER_HH
-#define BOMBER_HH
+#ifndef HEADER_PINGUS_ACTIONS_BOMBER_HXX
+#define HEADER_PINGUS_ACTIONS_BOMBER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: bridger.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bridger.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bridger.hxx 24 Jun 2002 09:40:59 -0000      1.3
+++ bridger.hxx 24 Jun 2002 22:52:57 -0000      1.4
@@ -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 BRIDGER_HH
-#define BRIDGER_HH
+#ifndef HEADER_PINGUS_ACTIONS_BRIDGER_HXX
+#define HEADER_PINGUS_ACTIONS_BRIDGER_HXX
 
 #include <ClanLib/Core/Math/cl_vector.h>
 #include "../game_counter.hxx"

Index: climber.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/climber.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- climber.hxx 12 Jun 2002 19:01:42 -0000      1.1
+++ climber.hxx 24 Jun 2002 22:52:57 -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 CLIMBER_HH
-#define CLIMBER_HH
+#ifndef HEADER_PINGUS_ACTIONS_CLIMBER_HXX
+#define HEADER_PINGUS_ACTIONS_CLIMBER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: digger.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/digger.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- digger.hxx  12 Jun 2002 19:01:42 -0000      1.1
+++ digger.hxx  24 Jun 2002 22:52:57 -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 DIGGER_HH
-#define DIGGER_HH
+#ifndef HEADER_PINGUS_ACTIONS_DIGGER_HXX
+#define HEADER_PINGUS_ACTIONS_DIGGER_HXX
 
 #include "../pingu_action.hxx"
 #include "../sprite.hxx"

Index: drown.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/drown.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- drown.hxx   12 Jun 2002 19:01:42 -0000      1.1
+++ drown.hxx   24 Jun 2002 22:52:57 -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 DROWN_HH
-#define DROWN_HH
+#ifndef HEADER_PINGUS_ACTIONS_DROWN_HXX
+#define HEADER_PINGUS_ACTIONS_DROWN_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: exiter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/exiter.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- exiter.hxx  12 Jun 2002 19:01:42 -0000      1.1
+++ exiter.hxx  24 Jun 2002 22:52:57 -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 EXITER_HH
-#define EXITER_HH
+#ifndef HEADER_PINGUS_ACTIONS_EXITER_HXX
+#define HEADER_PINGUS_ACTIONS_EXITER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: faller.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- faller.hxx  24 Jun 2002 14:25:03 -0000      1.3
+++ faller.hxx  24 Jun 2002 22:52:57 -0000      1.4
@@ -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 FALLER_HH
-#define FALLER_HH
+#ifndef HEADER_PINGUS_ACTIONS_FALLER_HXX
+#define HEADER_PINGUS_ACTIONS_FALLER_HXX
 
 #include "../pingu_action.hxx"
 

Index: floater.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/floater.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- floater.hxx 12 Jun 2002 19:01:42 -0000      1.1
+++ floater.hxx 24 Jun 2002 22:52:57 -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 FLOATER_HH
-#define FLOATER_HH
+#ifndef HEADER_PINGUS_ACTIONS_FLOATER_HXX
+#define HEADER_PINGUS_ACTIONS_FLOATER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: jumper.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/jumper.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jumper.hxx  12 Jun 2002 19:01:42 -0000      1.1
+++ jumper.hxx  24 Jun 2002 22:52:58 -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 JUMPER_HH
-#define JUMPER_HH
+#ifndef HEADER_PINGUS_ACTIONS_JUMPER_HXX
+#define HEADER_PINGUS_ACTIONS_JUMPER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: laser_kill.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/laser_kill.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- laser_kill.hxx      12 Jun 2002 19:01:42 -0000      1.1
+++ laser_kill.hxx      24 Jun 2002 22:52:58 -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 LASERKILL_HH
-#define LASERKILL_HH
+#ifndef HEADER_PINGUS_ACTIONS_LASER_KILL_HXX
+#define HEADER_PINGUS_ACTIONS_LASER_KILL_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: miner.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/miner.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- miner.hxx   12 Jun 2002 19:01:42 -0000      1.1
+++ miner.hxx   24 Jun 2002 22:52:58 -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 MINER_HH
-#define MINER_HH
+#ifndef HEADER_PINGUS_ACTIONS_MINER_HXX
+#define HEADER_PINGUS_ACTIONS_MINER_HXX
 
 #include "../pingu_action.hxx"
 #include "../sprite.hxx"

Index: rocket_launcher.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/rocket_launcher.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rocket_launcher.hxx 12 Jun 2002 19:01:42 -0000      1.1
+++ rocket_launcher.hxx 24 Jun 2002 22:52:58 -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 ROCKETLAUNCHER_HH
-#define ROCKETLAUNCHER_HH
+#ifndef HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HXX
+#define HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: slider.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/slider.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- slider.hxx  12 Jun 2002 19:01:42 -0000      1.1
+++ slider.hxx  24 Jun 2002 22:52:58 -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 SLIDER_HH
-#define SLIDER_HH
+#ifndef HEADER_PINGUS_ACTIONS_SLIDER_HXX
+#define HEADER_PINGUS_ACTIONS_SLIDER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: smashed.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/smashed.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smashed.hxx 12 Jun 2002 19:01:42 -0000      1.1
+++ smashed.hxx 24 Jun 2002 22:52:58 -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 SMASHED_HH
-#define SMASHED_HH
+#ifndef HEADER_PINGUS_ACTIONS_SMASHED_HXX
+#define HEADER_PINGUS_ACTIONS_SMASHED_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: splashed.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/splashed.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- splashed.hxx        12 Jun 2002 19:01:42 -0000      1.1
+++ splashed.hxx        24 Jun 2002 22:52:58 -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 SPLASHED_HH
-#define SPLASHED_HH
+#ifndef HEADER_PINGUS_ACTIONS_SPLASHED_HXX
+#define HEADER_PINGUS_ACTIONS_SPLASHED_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: superman.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/superman.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- superman.hxx        12 Jun 2002 19:01:42 -0000      1.1
+++ superman.hxx        24 Jun 2002 22:52:58 -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 SUPERMAN_HH
-#define SUPERMAN_HH
+#ifndef HEADER_PINGUS_ACTIONS_SUPERMAN_HXX
+#define HEADER_PINGUS_ACTIONS_SUPERMAN_HXX
 
 #include "../pingu_action.hxx"
 

Index: teleported.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/teleported.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- teleported.hxx      12 Jun 2002 19:01:43 -0000      1.1
+++ teleported.hxx      24 Jun 2002 22:52:58 -0000      1.2
@@ -15,8 +15,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 TELEPORTED_HH
-#define TELEPORTED_HH
+#ifndef HEADER_PINGUS_ACTIONS_TELEPORTED_HXX
+#define HEADER_PINGUS_ACTIONS_TELEPORTED_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: waiter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/waiter.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- waiter.hxx  12 Jun 2002 19:01:43 -0000      1.1
+++ waiter.hxx  24 Jun 2002 22:52:58 -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 WAITER_HH
-#define WAITER_HH
+#ifndef HEADER_PINGUS_ACTIONS_WAITER_HXX
+#define HEADER_PINGUS_ACTIONS_WAITER_HXX
 
 #include "../sprite.hxx"
 #include "../pingu_action.hxx"

Index: walker.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/walker.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- walker.hxx  12 Jun 2002 19:01:43 -0000      1.1
+++ walker.hxx  24 Jun 2002 22:52:58 -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 WALKER_HH
-#define WALKER_HH
+#ifndef HEADER_PINGUS_ACTIONS_WALKER_HXX
+#define HEADER_PINGUS_ACTIONS_WALKER_HXX
 
 #include "../pingu_action.hxx"
 #include "../sprite.hxx"




reply via email to

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