X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fsound.hh;fp=src%2Fmoof%2Fsound.hh;h=1f7fcfe788c1e33d5fd44975f4d26e8d98cf8400;hp=d4c1bcdc9db5253ec849fec3fc2e58a1cd39a4fb;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/moof/sound.hh b/src/moof/sound.hh index d4c1bcd..1f7fcfe 100644 --- a/src/moof/sound.hh +++ b/src/moof/sound.hh @@ -1,20 +1,18 @@ -/*] 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. + * Load and play sounds, currently supports ogg vorbis. */ #include @@ -27,9 +25,9 @@ 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 = "");