Compare commits
No commits in common. "ea6bf5b5822d6db1bceaa4d79d4e80ad3734113a" and "c5d0d6e089a1e856c7ea576b1e81095df14e3f67" have entirely different histories.
ea6bf5b582
...
c5d0d6e089
2 changed files with 1 additions and 8 deletions
|
@ -85,10 +85,3 @@ 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