mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
12 lines
205 B
C
12 lines
205 B
C
#ifndef APP_MAC_VIEW_H
|
|
#define APP_MAC_VIEW_H
|
|
|
|
#include <objc/objc-runtime.h>
|
|
|
|
struct GLWindowCallbacks;
|
|
|
|
void AssignEngineViewCallbacks(GLWindowCallbacks* callbacks);
|
|
|
|
Class GetEngineViewClass();
|
|
|
|
#endif
|