Update Options.hpp

This commit is contained in:
0TheSpy
2022-11-09 09:46:34 +03:00
committed by GitHub
parent 0bc6d7262a
commit 036e6b00ce

View File

@ -688,6 +688,11 @@ public:
OPTION(int, fullbright, 0);
OPTION(bool, drawgray, 0);
OPTION(bool, showlowresimage, 0);
OPTION(bool, bunnyhop, 0);
OPTION(bool, slidewalk, 0);
OPTION(bool, fastduck, 0);
OPTION(int, changing_name, 0);
};
inline Options g_Options;