mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 06:05:40 +00:00
refactor: consistent include paths in java/nbt
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "FileFilter.h"
|
||||
#include "File.h"
|
||||
#include <chrono>
|
||||
#include <filesystem>
|
||||
|
||||
#include "java/FileFilter.h"
|
||||
#include "java/File.h"
|
||||
|
||||
#include "../../../Minecraft.World/ConsoleHelpers/PathHelper.h" // 4jcraft TODO
|
||||
#include "../../../Minecraft.World/ConsoleHelpers/StringHelpers.h" // 4jcraft TODO
|
||||
|
||||
#include <chrono>
|
||||
#include <filesystem>
|
||||
|
||||
const wchar_t File::pathSeparator = L'/';
|
||||
|
||||
const std::wstring File::pathRoot =
|
||||
|
||||
Reference in New Issue
Block a user