Compare commits

...

2 Commits

2 changed files with 8 additions and 1 deletions

View File

@ -85,3 +85,10 @@ constexpr char mineral_exoskeletology_locator[] =
constexpr char carbonized_skin_locator[] =
"ID_4_AAE08F17428E229EC7A2209F51081A21\0\f\0\0\0IntProperty\0\x04\0\0\0\0\0\0\0\0\xa4\xbb\x0d\0,\0\0\0"
"Quantity_3_560F09B5485C365D3041888910019CE3\0\f\0\0\0IntProperty";
constexpr char engine_inventory_locator[] = "InventoryEngine\0\x0e\0\0\0ArrayProperty";
constexpr char gear_inventory_locator[] = "InventoryGear\0\x0e\0\0\0ArrayProperty";
constexpr char os_inventory_locator[] = "InventoryOS\0\x0e\0\0\0ArrayProperty";
constexpr char module_inventory_locator[] = "InventoryModule\0\x0e\0\0\0ArrayProperty";
constexpr char arch_inventory_locator[] = "InventoryArchitect\0\x0e\0\0\0ArrayProperty";
constexpr char tech_inventory_locator[] = "InventoryTech\0\x0e\0\0\0ArrayProperty";

View File

@ -42,7 +42,7 @@ extern const ImVec2 center_pivot = {0.5f, 0.5f};
#ifdef MANAGER_DEBUG_BUILD
#include <Corrade/Utility/Tweakable.h>
#define _tw CORRADE_TWEAKABLE
#define tw CORRADE_TWEAKABLE
Utility::Tweakable tweak;
#endif