From 26d50af0fb1b07e662978f7c341a3c2548074840 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sun, 10 Apr 2005 14:16:58 +0000 Subject: Resource manager can now load sfx and music as samples. (added a new sfx to test the sound engine) --- src/resources/resourcemanager.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/resources/resourcemanager.h') diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h index 1933cc76..d8f4cb90 100644 --- a/src/resources/resourcemanager.h +++ b/src/resources/resourcemanager.h @@ -28,6 +28,8 @@ #include #include "resource.h" #include "image.h" +#include "music.h" +#include "soundeffect.h" /** * A resource entry descriptor. @@ -86,9 +88,11 @@ class ResourceManager int flags = 0); /** - * Convenience wrapper around ResourceManager::create. + * Convenience wrappers around ResourceManager::create. */ Image *getImage(const std::string &idPath, int flags = 0); + Music *getMusic(const std::string &idPath); + SoundEffect *getSoundEffect(const std::string &idPath); /** * Returns an instance of the class, creating one if it does not -- cgit v1.2.3-70-g09d2