2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 12:27:43 +00:00

Rename and publicly expose LoadStringTable->ImGuiLoadStringTable

This commit is contained in:
2021-05-31 13:09:58 -07:00
parent cc54aad6f0
commit ff8c1b15a1
2 changed files with 6 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
namespace metaforce {
void ImGuiStringViewText(std::string_view text);
void ImGuiTextCenter(std::string_view text);
std::string ImGuiLoadStringTable(CAssetId stringId, int idx);
struct ImGuiEntityEntry {
TUniqueId uid = kInvalidUniqueId;