finally decouple Config from the core. baahhahahahah

This commit is contained in:
Arisotura
2021-11-18 01:17:51 +01:00
parent 65c2a844ac
commit 19ddaee13b
35 changed files with 128 additions and 236 deletions

View File

@ -20,7 +20,7 @@
#include <SDL2/SDL.h>
#include "Input.h"
#include "PlatformConfig.h"
#include "Config.h"
namespace Input