thunderbrew/src/app/mac/View.h

13 lines
205 B
C
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef APP_MAC_VIEW_H
#define APP_MAC_VIEW_H
#include <objc/objc-runtime.h>
struct GLWindowCallbacks;
void AssignEngineViewCallbacks(GLWindowCallbacks* callbacks);
2023-01-02 13:17:18 -06:00
Class GetEngineViewClass();
2023-01-02 13:17:18 -06:00
#endif