dolphin/Externals/wxWidgets3/include/wx/osx/private/glgrab.h

14 lines
234 B
C

#include <CoreFoundation/CoreFoundation.h>
#if defined __cplusplus
extern "C" {
#endif
CGImageRef grabViaOpenGL(CGDirectDisplayID display,
CGRect srcRect);
#if defined __cplusplus
}
#endif