diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ public: bool SetupParse(const char *Name, const char *Value); + int MarqueeLeftRight; + int MarqueeReset; + int CheckTimerConflict; int MaxCacheFill; }; |