pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/sound sound_real.cxx, 1.9, 1.10 sound


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/sound sound_real.cxx, 1.9, 1.10 sound_res_mgr.cxx, 1.3, 1.4
Date: Sun, 19 Oct 2003 14:25:50 +0200

Update of /var/lib/cvs/Games/Pingus/src/sound
In directory dark:/tmp/cvs-serv19578/sound

Modified Files:
        sound_real.cxx sound_res_mgr.cxx 
Log Message:
- some more stuff, still not much useable

Index: sound_real.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/sound/sound_real.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sound_real.cxx      4 Jun 2003 17:22:33 -0000       1.9
+++ sound_real.cxx      19 Oct 2003 12:25:47 -0000      1.10
@@ -35,6 +35,7 @@
 #  include <ClanLib/MikMod/setupmikmod.h>
 #endif
 
+namespace Pingus {
 namespace Sound {
 
 PingusSoundReal::PingusSoundReal ()
@@ -166,6 +167,7 @@
 }
 
 } // namespace Sound
+} // namespace Pingus
 
 /* EOF */
 

Index: sound_res_mgr.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/sound/sound_res_mgr.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sound_res_mgr.cxx   4 Jun 2003 17:22:33 -0000       1.3
+++ sound_res_mgr.cxx   19 Oct 2003 12:25:47 -0000      1.4
@@ -23,6 +23,8 @@
 #include "../debug.hxx"
 #include "sound_res_mgr.hxx"
 
+namespace Pingus {
+
 SoundResMgr::SoundMap SoundResMgr::sound_map;
 
 SoundHandle
@@ -54,4 +56,7 @@
          delete i->second;
   }
 }
+
+} // namespace Pingus
+
 /* EOF */





reply via email to

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