22 #ifndef STARK_SERVICES_GLOBAL_H 23 #define STARK_SERVICES_GLOBAL_H 25 #include "common/scummsys.h" 26 #include "common/array.h" 33 class GlobalItemTemplate;
51 _interactive(
nullptr) {
83 Current *getCurrent()
const {
return _current; }
84 bool isFastForward()
const {
return _fastForward; }
85 uint getMillisecondsPerGameloop()
const {
return _millisecondsPerGameloop; }
91 void setCurrent(
Current *current) { _current = current; }
92 void setFastForward() { _fastForward =
true; }
93 void setNormalSpeed() { _fastForward =
false; }
94 void setMillisecondsPerGameloop(uint millisecondsPerGameloop) { _millisecondsPerGameloop = millisecondsPerGameloop; }
99 int32 getCurrentChapter();
105 void setCurrentChapter(int32 value);
111 uint _millisecondsPerGameloop;
122 #endif // STARK_SERVICES_GLOBAL_H Definition: knowledgeset.h:43
Definition: location.h:51