Added read/write command to math evaluator

This commit is contained in:
WerWolv
2020-11-30 21:45:48 +01:00
parent 00072d0216
commit 16f885f469
4 changed files with 40 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ int main() {
window.addView<hex::ViewDisassembler>(dataProvider);
window.addView<hex::ViewBookmarks>(dataProvider);
window.addView<hex::ViewPatches>(dataProvider);
window.addView<hex::ViewTools>();
window.addView<hex::ViewTools>(dataProvider);
window.addView<hex::ViewHelp>();
window.loop();