thunderbrew/src/event/mac/Event.h
2023-01-02 13:17:18 -06:00

6 lines
87 B
C

#ifndef EVENT_MAC_EVENT_H
#define EVENT_MAC_EVENT_H
void RunCocoaEventLoop();
#endif