pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/particles pingu_particle_holder.hxx,


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/particles pingu_particle_holder.hxx, 1.5, 1.6 rain_particle_holder.hxx, 1.5, 1.6 smoke_particle_holder.hxx, 1.3, 1.4 snow_particle_holder.hxx, 1.4, 1.5
Date: Sun, 19 Oct 2003 01:17:30 +0200

Update of /var/lib/cvs/Games/Pingus/src/particles
In directory dark:/tmp/cvs-serv4053/particles

Modified Files:
        pingu_particle_holder.hxx rain_particle_holder.hxx 
        smoke_particle_holder.hxx snow_particle_holder.hxx 
Log Message:
- bunch of little fixes for CL0.7, some parts are compilable, but still a bit 
more todo

Index: pingu_particle_holder.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/particles/pingu_particle_holder.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pingu_particle_holder.hxx   18 Oct 2003 12:11:31 -0000      1.5
+++ pingu_particle_holder.hxx   18 Oct 2003 23:17:28 -0000      1.6
@@ -25,6 +25,8 @@
 #include "../vector.hxx"
 #include "../worldobj.hxx"
 
+namespace Pingus {
+
 class GraphicContext;
 
 namespace Particles {
@@ -66,6 +68,7 @@
 };
 
 } // namespace Particles
+} // namespace Pingus
 
 #endif
 

Index: rain_particle_holder.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/particles/rain_particle_holder.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rain_particle_holder.hxx    19 Apr 2003 10:23:19 -0000      1.5
+++ rain_particle_holder.hxx    18 Oct 2003 23:17:28 -0000      1.6
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_PARTICLES_RAIN_PARTICLE_HOLDER_HXX
 
 #include <vector>
-#include <ClanLib/Display/Display/surface.h>
+#include <ClanLib/Display/surface.h>
 #include "../vector.hxx"
 #include "../worldobj.hxx"
 

Index: smoke_particle_holder.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/particles/smoke_particle_holder.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- smoke_particle_holder.hxx   19 Apr 2003 10:23:19 -0000      1.3
+++ smoke_particle_holder.hxx   18 Oct 2003 23:17:28 -0000      1.4
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_PARTICLES_SMOKE_PARTICLE_HOLDER_HXX
 
 #include <vector>
-#include <ClanLib/Display/Display/surface.h>
+#include <ClanLib/Display/surface.h>
 #include "../vector.hxx"
 #include "../worldobj.hxx"
 

Index: snow_particle_holder.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/particles/snow_particle_holder.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- snow_particle_holder.hxx    19 Apr 2003 10:23:19 -0000      1.4
+++ snow_particle_holder.hxx    18 Oct 2003 23:17:28 -0000      1.5
@@ -21,10 +21,12 @@
 #define HEADER_PINGUS_PARTICLES_SNOW_PARTICLE_HOLDER_HXX
 
 #include <vector>
-#include <ClanLib/Display/Display/surface.h>
+#include <ClanLib/Display/surface.h>
 #include "../vector.hxx"
 #include "../worldobj.hxx"
 
+namespace Pingus {
+
 class GraphicContext;
 
 namespace Particles {
@@ -75,6 +77,7 @@
 };
 
 } //namespace Particles
+} // namespace Pingus
 
 #endif
 





reply via email to

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