macOS: remove some compiler warnings

This commit is contained in:
Sasha Szpakowski
2024-07-15 20:56:48 -03:00
parent d5b9606b20
commit be4a47d04f
+1
View File
@@ -33,6 +33,7 @@
#ifdef LOVE_MACOS
// Needed for the GPU dynamic switching hack below.
#define GL_SILENCE_DEPRECATION 1
#import <Cocoa/Cocoa.h>
#endif