mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
6 lines
87 B
C
6 lines
87 B
C
#ifndef EVENT_MAC_EVENT_H
|
|
#define EVENT_MAC_EVENT_H
|
|
|
|
void RunCocoaEventLoop();
|
|
|
|
#endif
|