Vault corrections

This commit is contained in:
EmosewaMC
2022-04-13 01:49:55 -07:00
parent e92cdc4f14
commit a32c5a2f3c
6 changed files with 24 additions and 3 deletions

View File

@@ -220,7 +220,11 @@ public:
/*
* Utility
*/
/**
* Retroactively corrects the model vault size due to incorrect initialization in a previous patch.
*
*/
void RetroactiveVaultSize();
bool GetBoolean(const std::u16string& name) const;
int32_t GetI32(const std::u16string& name) const;
int64_t GetI64(const std::u16string& name) const;