aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/resource.h')
-rw-r--r--engines/neverhood/resource.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/neverhood/resource.h b/engines/neverhood/resource.h
index b0cd464e06..16782968f8 100644
--- a/engines/neverhood/resource.h
+++ b/engines/neverhood/resource.h
@@ -191,22 +191,6 @@ protected:
DataResource::DRDirectoryItem *findDRDirectoryItem(uint32 nameHash, uint16 type);
};
-// TODO: Dummy class atm
-
-class SoundResource {
-public:
- SoundResource(NeverhoodEngine *vm);
- bool isPlaying();
- void load(uint32 fileHash);
- void unload();
- void play(uint32 fileHash, bool looping = false);
- void play();
- void stop() { /*DUMMY*/ }
- void setVolume(int volume);
-protected:
- NeverhoodEngine *_vm;
-};
-
uint32 calcHash(const char *value);
} // End of namespace Neverhood