Whoops forgot includes. Hopefully this builds, but I don't have a mac to test so...

This commit is contained in:
Menotdan
2023-05-19 00:11:29 -04:00
parent 8c20ba83de
commit 66f66c5481

View File

@@ -1,6 +1,9 @@
#if PLATFORM_MAC
#include <Cocoa/Cocoa.h>
#include <AppKit/AppKit.h>
#include "ScreenUtilities.h"
#include "Engine/Core/Types/BaseTypes.h"
#include "Engine/Core/Delegate.h"
Color32 ScreenUtilities::GetPixelAt(int32 x, int32 y)
{