stopped being stupid and just copied dependencies from the other implementations.

This commit is contained in:
Menotdan
2023-05-19 00:54:49 -04:00
parent 66f66c5481
commit 306cedeb39

View File

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