Include new config header in macos.m

This commit is contained in:
LRFLEW 2017-02-21 01:51:35 -06:00
parent f4dfecf988
commit f9c2d83393
1 changed files with 2 additions and 2 deletions

View File

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