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 Spike.hh,1.9,1.10 smasher.hh,1.


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/traps Spike.hh,1.9,1.10 smasher.hh,1.11,1.12
Date: 8 Jun 2002 20:19:57 -0000

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

Modified Files:
        Spike.hh smasher.hh 
Log Message:
reduced header dependencies


Index: Spike.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/Spike.hh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Spike.hh    8 Jun 2002 16:08:16 -0000       1.9
+++ Spike.hh    8 Jun 2002 20:19:55 -0000       1.10
@@ -20,10 +20,9 @@
 #ifndef SPIKE_HH
 #define SPIKE_HH
 
-#include <ClanLib/core.h>
-
 #include "../Trap.hh"
-#include "../TrapData.hh"
+
+class TrapData;
 
 ///
 class Spike : public Trap

Index: smasher.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/traps/smasher.hh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- smasher.hh  8 Jun 2002 16:08:16 -0000       1.11
+++ smasher.hh  8 Jun 2002 20:19:55 -0000       1.12
@@ -21,7 +21,8 @@
 #define SMASHER_HH
 
 #include "../Trap.hh"
-#include "../TrapData.hh"
+
+class TrapData;
 
 ///
 class Smasher : public Trap




reply via email to

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