#include "event/mac/Event.h" #include "event/Event.hpp" #include void RunCocoaEventLoop() { if (!Event::s_shouldLoopTerminate) { [NSApp run]; } }