add MessageEditor::DrawDictionary

This commit is contained in:
scawful
2024-10-07 08:00:16 -04:00
parent 3be53b9e53
commit 2c9088d8ae
2 changed files with 27 additions and 20 deletions

View File

@@ -45,6 +45,7 @@ class MessageEditor : public Editor, public SharedRom {
void DrawMessageList();
void DrawCurrentMessage();
void DrawTextCommands();
void DrawDictionary();
void ReadAllTextDataV2();
[[deprecated]] void ReadAllTextData();