Add Mac platform
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include "Android/AndroidFileSystem.h"
|
||||
#elif PLATFORM_SWITCH
|
||||
#include "Platforms/Switch/Engine/Platform/SwitchFileSystem.h"
|
||||
#elif PLATFORM_MAC
|
||||
#include "Mac/MacFileSystem.h"
|
||||
#else
|
||||
#error Missing File System implementation!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user