Added math evaluator / calculator to tools window

This commit is contained in:
WerWolv
2020-11-28 21:55:52 +01:00
parent 0f6e276113
commit c90ef343c1
27 changed files with 647 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
#include <unordered_set>
#include <string>
#include "utils.hpp"
#include "helpers/utils.hpp"
namespace hex::lang {