mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Use Objective-C++ for macOS platform file
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
|
||||
@import AppKit;
|
||||
@import Foundation;
|
||||
#import <AppKit/AppKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <mach-o/dyld.h>
|
||||
#include <pwd.h>
|
||||
#include "platform.h"
|
||||
Reference in New Issue
Block a user