gryphn window surfaces

This commit is contained in:
Greg Wells
2025-05-22 18:14:03 -04:00
parent 692b5a0f19
commit 6c43eb026d
17 changed files with 243 additions and 119 deletions

View File

@@ -1,3 +1,9 @@
#pragma once
#include <utils/strings/gryphn_string.h>
#include <dlfcn.h>
#ifdef __OBJC__
@class NSWindow;
#else
typedef void NSWindow;
#endif

View File

@@ -0,0 +1,4 @@
#ifdef GN_PLATFORM_WINDOWS
#include "windows.h"
#endif