Added tools window

This commit is contained in:
WerWolv
2020-11-15 00:46:38 +01:00
parent 5b2dc51c07
commit 2526eda0db
6 changed files with 99 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
#include "views/view_hashes.hpp"
#include "views/view_information.hpp"
#include "views/view_help.hpp"
#include "views/view_tools.hpp"
#include "providers/provider.hpp"
@@ -26,6 +27,7 @@ int main() {
window.addView<hex::ViewHashes>(dataProvider);
window.addView<hex::ViewInformation>(dataProvider);
window.addView<hex::ViewHelp>();
window.addView<hex::ViewTools>();
window.loop();