]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sound.hh
pch support
[chaz/yoink] / src / moof / sound.hh
index d4c1bcdc9db5253ec849fec3fc2e58a1cd39a4fb..3639d7b3496ea5ebce73974f609644ecb5c3c63a 100644 (file)
@@ -1,22 +1,15 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _MOOF_SOUND_HH_
 #define _MOOF_SOUND_HH_
 
-/**
- * \file sound.hh
- * Load and play sounds, current supports ogg vorbis.
- */
-
 #include <string>
 
 #include <boost/shared_ptr.hpp>
 #include <moof/math.hh>
 
 
+/**
+ * \file sound.hh
+ * Load and play sounds, currently supports ogg vorbis.
+ */
+
 namespace moof {
 
 
+// forward declarations
 class script;
 
-
 class sound
 {
 public:
@@ -55,11 +53,9 @@ public:
        void pitch(scalar pitch);
        void loop(bool looping);
        
-
        static void listener_position(const vector3& position);
        static void listener_velocity(const vector3& velocity);
-       static void listener_orientation(const vector3& forward,
-                                                                        const vector3& up);
+       static void listener_orientation(const vector3& forward, const vector3& up);
 
        static void import(script& script, const std::string& nspace = "");
 
This page took 0.01909 seconds and 4 git commands to generate.