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