Add ASCII table to tools

This commit is contained in:
WerWolv
2020-11-15 02:50:56 +01:00
parent a955f522bd
commit 9320ffdbbd
2 changed files with 107 additions and 9 deletions

View File

@@ -27,6 +27,11 @@ namespace hex {
char *m_mangledBuffer = nullptr;
char *m_demangledName = nullptr;
bool m_asciiTableShowOctal = false;
void drawDemangler();
void drawASCIITable();
};
}