Fixed issues with new module system

This commit is contained in:
Ryzerth
2020-09-20 00:19:39 +02:00
parent d6b9e1d86a
commit 9de585190f
38 changed files with 460 additions and 358 deletions

View File

@ -6,7 +6,7 @@
#include <thread>
#include <ctime>
#include <stdio.h>
#include <style.h>
#include <gui/style.h>
#define CONCAT(a, b) ((std::string(a) + b).c_str())