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 FakeExit.hh,1.8,1.9 Guillotine.


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/traps FakeExit.hh,1.8,1.9 Guillotine.hh,1.9,1.10 LaserExit.hh,1.8,1.9 hammer.hh,1.8,1.9
Date: 7 Jun 2002 20:35:17 -0000

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

Modified Files:
        FakeExit.hh Guillotine.hh LaserExit.hh hammer.hh 
Log Message:
reduced header dependencies


Index: FakeExit.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/FakeExit.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- FakeExit.hh 10 Aug 2001 10:56:14 -0000      1.8
+++ FakeExit.hh 7 Jun 2002 20:35:14 -0000       1.9
@@ -21,7 +21,8 @@
 #define FAKE_EXIT_HH
 
 #include "../Trap.hh"
-#include "../TrapData.hh"
+
+class TrapData;
 
 ///
 class FakeExit : public Trap

Index: Guillotine.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/Guillotine.hh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Guillotine.hh       10 Aug 2001 10:56:14 -0000      1.9
+++ Guillotine.hh       7 Jun 2002 20:35:14 -0000       1.10
@@ -20,11 +20,11 @@
 #ifndef GUILLOTINE_HH
 #define GUILLOTINE_HH
 
-#include <ClanLib/core.h>
 
 #include "../Direction.hh"
 #include "../Trap.hh"
-#include "../TrapData.hh"
+
+class TrapData;
 
 ///
 class Guillotine : public Trap

Index: LaserExit.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/LaserExit.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- LaserExit.hh        10 Aug 2001 10:56:14 -0000      1.8
+++ LaserExit.hh        7 Jun 2002 20:35:14 -0000       1.9
@@ -21,7 +21,8 @@
 #define LASEREXIT_HH
 
 #include "../Trap.hh"
-#include "../TrapData.hh"
+
+class TrapData;
 
 ///
 class LaserExit : public Trap

Index: hammer.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/hammer.hh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- hammer.hh   10 Aug 2001 10:56:15 -0000      1.8
+++ hammer.hh   7 Jun 2002 20:35:14 -0000       1.9
@@ -21,7 +21,8 @@
 #define HAMMER_HH
 
 #include "../Trap.hh"
-#include "../TrapData.hh"
+
+class TrapData;
 
 ///
 class Hammer : public Trap




reply via email to

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