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

@@ -5,8 +5,8 @@
#include <GLFW/glfw3.h>
#include "crypto.hpp"
#include "patches.hpp"
#include "helpers/crypto.hpp"
#include "helpers/patches.hpp"
#undef __STRICT_ANSI__
#include <cstdio>