Release 1.94

master
Kasi 2024-02-03 10:08:14 +00:00
parent 2ae4fc7bb5
commit 31e1cf0e21
3 changed files with 3 additions and 7 deletions

View File

@ -333,5 +333,8 @@ namespace Internal
std::vector<Widget> GetWidgets(std::int32_t Container);
Widget GetWidget(std::int32_t Container, std::int32_t Component);
void LockUpdate();
void UnlockUpdate();
}
#endif // INTERNAL_HPP_INCLUDED

View File

@ -27,13 +27,6 @@ namespace Menu
std::int32_t GetCount();
/**
* @brief Attempts to verify the order of the passed menu actions and targets
* @return true if the passed menu actions and targets are in the correct order
* @note This isn't a guarantee, but testing shows near zero failure rate
*/
bool OptionsValid(std::int32_t MenuCount, const std::vector<std::string>& RawActions, const std::vector<std::string>& RawTargets);
/**
* @brief Get the menu actions
*

Binary file not shown.