mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 13:58:10 +00:00
Windows should support regular slashes
This commit is contained in:
@@ -10,11 +10,7 @@
|
||||
#include <fios2.h>
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
const wchar_t File::pathSeparator = L'/';
|
||||
#else
|
||||
const wchar_t File::pathSeparator = L'\\';
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
const std::wstring File::pathRoot = L"GAME:"; // Path root after pathSeparator has been removed
|
||||
|
||||
Reference in New Issue
Block a user