mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Include new config header in macos.m
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "platform.h"
|
||||
#include "../util/util.h"
|
||||
#include "../localisation/language.h"
|
||||
#include "../config.h"
|
||||
#include "../config/Config.h"
|
||||
|
||||
bool platform_check_steam_overlay_attached() {
|
||||
STUB();
|
||||
@@ -105,7 +105,7 @@ void platform_show_messagebox(const char * message)
|
||||
}
|
||||
}
|
||||
|
||||
utf8 *platform_open_directory_browser(utf8 *title)
|
||||
utf8 *platform_open_directory_browser(const utf8 *title)
|
||||
{
|
||||
@autoreleasepool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user