mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 09:11:31 -04:00
fix includes for macos
This commit is contained in:
parent
48de16f02c
commit
0c19e0c75d
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
#include "../crashlog.hpp"
|
||||
#include "../../../../filesystem/fs/filesystem.hpp"
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#ifdef GEODE_IS_MACOS
|
||||
|
||||
#include "../../../../filesystem/fs/filesystem.hpp"
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
bool crashlog::setupPlatformHandler() {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue