1
0
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:
Marijn van der Werf
2018-02-05 14:50:16 +01:00
parent 9a10218275
commit 941f433aa8
2 changed files with 26 additions and 6 deletions

View File

@@ -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"