X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FSound.hh;h=4953774f2cc7b8f02ddce060676620e112ac1225;hp=32f4c87097fed36cf82c651c0a32dad75ad2082d;hb=7e898e8ec0ff716e2fc722b883a626a6c346f107;hpb=57b78ebe21b1b48acd337daa5a1cb8c383959cfa diff --git a/src/Moof/Sound.hh b/src/Moof/Sound.hh index 32f4c87..4953774 100644 --- a/src/Moof/Sound.hh +++ b/src/Moof/Sound.hh @@ -31,7 +31,7 @@ /** * @file Sound.hh - * Image-loading and OpenGL texture loading. + * Load and play sounds, current supports ogg vorbis. */ #include @@ -55,7 +55,7 @@ class Sound : public Resource public: - inline static SoundP alloc(const std::string& name) + static SoundP alloc(const std::string& name) { return SoundP(new Sound(name)); }