3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/input/ButtonColors.h"
12 ::ll::TypedStorage<8, 32, ::std::string> tapButtonName;
13 ::ll::TypedStorage<8, 32, ::std::string> holdButtonName;
14 ::ll::TypedStorage<4, 4, uint> areaBindingName;
15 ::ll::TypedStorage<4, 4, uint> conditionBindingName;
16 ::ll::TypedStorage<4, 32, ::ButtonColors> buttonColors;
17 ::ll::TypedStorage<4, 4, int> imageU;
18 ::ll::TypedStorage<4, 4, int> imageV;
19 ::ll::TypedStorage<4, 4, int> uvWidth;
20 ::ll::TypedStorage<4, 4, int> uvHeight;
21 ::ll::TypedStorage<4, 4, float> glyphScale;
22 ::ll::TypedStorage<8, 32, ::std::string> iconPath;
23 ::ll::TypedStorage<8, 32, ::std::string> pressedIconPath;