pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/movers linear_mover.cxx, 1.3, 1.4 lin


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/movers linear_mover.cxx, 1.3, 1.4 linear_mover.hxx, 1.3, 1.4
Date: Sun, 19 Oct 2003 01:17:30 +0200

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

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

Index: linear_mover.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/movers/linear_mover.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- linear_mover.cxx    18 Mar 2003 17:03:02 -0000      1.3
+++ linear_mover.cxx    18 Oct 2003 23:17:28 -0000      1.4
@@ -20,6 +20,7 @@
 #include "linear_mover.hxx"
 #include "../collider.hxx"
 
+namespace Pingus {
 namespace Movers {
 
 LinearMover::LinearMover(World* const world_arg, const Vector& pos_arg)
@@ -60,5 +61,6 @@
 }
 
 } // namespace Movers
+} // namespace Pingus
 
 /* EOF */

Index: linear_mover.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/movers/linear_mover.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- linear_mover.hxx    19 Apr 2003 10:23:19 -0000      1.3
+++ linear_mover.hxx    18 Oct 2003 23:17:28 -0000      1.4
@@ -22,6 +22,8 @@
 
 #include "../mover.hxx"
 
+namespace Pingus {
+
 class Collider;
 
 namespace Movers {
@@ -40,6 +42,7 @@
 };
 
 } // namespace Movers
+} // namespace Pingus
 
 #endif
 





reply via email to

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