gryphn window surfaces
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#pragma once
|
||||
#include <utils/strings/gryphn_string.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#ifdef __OBJC__
|
||||
@class NSWindow;
|
||||
#else
|
||||
typedef void NSWindow;
|
||||
#endif
|
||||
|
@@ -0,0 +1,4 @@
|
||||
#ifdef GN_PLATFORM_WINDOWS
|
||||
#include "windows.h"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user