22 #ifndef STARK_RESOURCES_ANIM_SOUND_TRIGGER_H 23 #define STARK_RESOURCES_ANIM_SOUND_TRIGGER_H 25 #include "common/str.h" 27 #include "engines/stark/resources/object.h" 46 static const Type::ResourceType TYPE = Type::kAnimSoundTrigger;
57 void printData()
override;
58 void onAllLoaded()
override;
59 void onGameLoop()
override;
62 uint32 _soundStockType;
63 uint32 _soundTriggerTime;
67 uint _timeRemainingBeforeLoop;
73 #endif // STARK_RESOURCES_ANIM_SOUND_TRIGGER_H
Definition: animsoundtrigger.h:44