Compare commits
2 commits
c5d0d6e089
...
ea6bf5b582
Author | SHA1 | Date | |
---|---|---|---|
ea6bf5b582 | |||
1c673f3fa3 |
2 changed files with 8 additions and 1 deletions
|
@ -85,3 +85,10 @@ constexpr char mineral_exoskeletology_locator[] =
|
||||||
constexpr char carbonized_skin_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"
|
"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";
|
"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";
|
||||||
|
|
|
@ -42,7 +42,7 @@ extern const ImVec2 center_pivot = {0.5f, 0.5f};
|
||||||
#ifdef MANAGER_DEBUG_BUILD
|
#ifdef MANAGER_DEBUG_BUILD
|
||||||
#include <Corrade/Utility/Tweakable.h>
|
#include <Corrade/Utility/Tweakable.h>
|
||||||
|
|
||||||
#define _tw CORRADE_TWEAKABLE
|
#define tw CORRADE_TWEAKABLE
|
||||||
Utility::Tweakable tweak;
|
Utility::Tweakable tweak;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue