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.cxx,1.5,1.6


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/sound sound.cxx,1.5,1.6
Date: Mon, 20 Oct 2003 21:28:57 +0200

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

Modified Files:
        sound.cxx 
Log Message:
misc stuff

Index: sound.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/sound/sound.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sound.cxx   19 Apr 2003 10:23:19 -0000      1.5
+++ sound.cxx   20 Oct 2003 19:28:55 -0000      1.6
@@ -25,6 +25,8 @@
 #include "sound_dummy.hxx"
 #include "sound_real.hxx"
 
+namespace Pingus {
+
 PingusSound* PingusSound::sound;
 
 using namespace Sound;
@@ -69,7 +71,7 @@
 
 /** Load a sound file and play it immediately.
 
-    @param filename The complete filename */
address@hidden filename The complete filename */
 
 void
 PingusSound::play_sound(const std::string& name, float volume, float panning)
@@ -106,8 +108,8 @@
 
 /** Load a sound file and play it immediately.
 
-    @param name
-    @param volume   volume */
address@hidden name
address@hidden volume   volume */
 void
 PingusSound::play_music(const std::string & name, float volume)
 {
@@ -122,5 +124,7 @@
   sound->real_stop_music();
 }
 
+} // namespace Pingus
+
 /* EOF */
 





reply via email to

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