22 #ifndef SYSTEM_VARIABLE_H 23 #define SYSTEM_VARIABLE_H 25 #include "common/scummsys.h" 26 #include "common/str.h" 40 virtual int getInteger()
const = 0;
42 virtual void setInteger(
int value) = 0;
43 virtual void reset() = 0;
57 virtual int getInteger()
const;
59 virtual void setInteger(
int value);
60 virtual void reset() {
61 _value = _defaultValue;
75 virtual int getInteger()
const;
77 virtual void setInteger(
int value);
78 virtual void reset() {
79 _value = _defaultValue;
Definition: systemVariable.h:67
Definition: systemVariable.h:48
Definition: algorithm.h:29
Definition: systemVariable.h:35