]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sound.cc
pch support
[chaz/yoink] / src / moof / sound.cc
index 8b22c4798e95967b2c7ce848fd206a28641de938..bcd86670c302d4e6ff17d3bc0133eb73043cd9d9 100644 (file)
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>
 
-#include "log.hh"
+#include "debug.hh"
 #include "sound.hh"
 #include "resource.hh"
 #include "runloop.hh"
 #include "thread.hh"
 #include "timer.hh"
 
+
 #ifndef BUF_SIZE
 #define BUF_SIZE 8192
 #endif
@@ -94,12 +95,12 @@ int         sound_backend::retain_count = 0;
 ALCdevice*     sound_backend::al_device;
 ALCcontext*    sound_backend::al_context;
 
+
 class sound_resource;
 typedef resource_handle<sound_resource> sound_handle;
 
 MOOF_REGISTER_RESOURCE(sound_resource, ogg, sounds);
 
-
 class sound_resource : public boost::noncopyable
 {
 public:
This page took 0.022066 seconds and 4 git commands to generate.