Fixed windows compilation

This commit is contained in:
KiritoDv 2024-12-27 19:21:04 -06:00 committed by Lywx
parent 0731d0d678
commit 702352bf18

View File

@ -1,4 +1,5 @@
#include "EventSystem.h" #include "EventSystem.h"
#include <stdexcept>
EventSystem* EventSystem::Instance = new EventSystem(); EventSystem* EventSystem::Instance = new EventSystem();