aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/entity.h')
-rw-r--r--engines/neverhood/entity.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/neverhood/entity.h b/engines/neverhood/entity.h
index 0b3e32c5e8..89a1a42eb4 100644
--- a/engines/neverhood/entity.h
+++ b/engines/neverhood/entity.h
@@ -53,10 +53,8 @@ protected:
uint32 _integer;
NPoint _point;
Entity *_entity;
- // TODO: Other types...
};
MessageParamType _type;
- // TODO: Constructors for the param types...
};
// TODO: Disable heavy debug stuff in release mode
@@ -75,7 +73,6 @@ const uint kMaxSoundResources = 16;
class Entity {
public:
- Common::String _name; // Entity name for debugging purposes
Common::String _updateHandlerCbName;
Common::String _messageHandlerCbName;
Entity(NeverhoodEngine *vm, int priority);
@@ -105,7 +102,6 @@ protected:
int _priority;
SoundResource **_soundResources;
SoundResource *getSoundResource(uint index);
- // TODO Add other sound stuff
void loadSound(uint index, uint32 fileHash);
void playSound(uint index, uint32 fileHash = 0);
void stopSound(uint index);