thunderbrew/src/event/mac/Event.h

7 lines
87 B
C
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef EVENT_MAC_EVENT_H
#define EVENT_MAC_EVENT_H
void RunCocoaEventLoop();
#endif