22 #ifndef ILLUSIONS_DUCKMAN_PROPERTYTIMERS_H 23 #define ILLUSIONS_DUCKMAN_PROPERTYTIMERS_H 25 #include "illusions/illusions.h" 26 #include "common/algorithm.h" 27 #include "common/stack.h" 31 class IllusionsEngine_Duckman;
41 const uint kPropertyTimersCount = 6;
50 bool _propertyTimersActive;
51 bool _propertyTimersPaused;
53 void addPropertyTimer(uint32 propertyId);
54 void setPropertyTimer(uint32 propertyId, uint32 duration);
55 void removePropertyTimer(uint32 propertyId);
56 bool findPropertyTimer(uint32 propertyId,
PropertyTimer *&propertyTimer);
57 int updatePropertyTimers(uint flags);
62 #endif // ILLUSIONS_ILLUSIONS_H Definition: propertytimers.h:33
Definition: illusions_duckman.h:78
Definition: propertytimers.h:43