added wxWidgets

This commit is contained in:
Anonymous-275
2021-12-27 19:17:47 +02:00
parent 37b4ee6bda
commit 0983ac8e5b
10 changed files with 2681 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
Launcher::Launcher(int argc, char **argv) : DirPath(argv[0]) {
DirPath = DirPath.substr(0, DirPath.find_last_of("\\/") + 1);
Log::Init(argc, argv);
Log::Init();
WindowsInit();
}