mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
13 lines
205 B
C
13 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
|