aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Filesystem/Filesystem.h
diff options
context:
space:
mode:
authorGuglioIsStupid <guglioisbusiness@gmail.com>2026-03-07 06:36:05 -0500
committerGitHub <noreply@github.com>2026-03-07 18:36:05 +0700
commit38ce933fd5ec05673cbefae63f2bae74a1e0d53c (patch)
treec0fe33a8603d72c4a1b34fb892bf3fd1f60ea7f3 /Minecraft.Client/Common/Filesystem/Filesystem.h
parente754bad17e5770ccbcceb45c39f31d7e8bf6ff58 (diff)
voids request - Move the filesystem files to root/ as it will be used in both Minecraft.Client and Minecraft.World (#819)
* Move Filesystem to root/include/ as per devoiders request * Filesystem -> lce_filesystem
Diffstat (limited to 'Minecraft.Client/Common/Filesystem/Filesystem.h')
-rw-r--r--Minecraft.Client/Common/Filesystem/Filesystem.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Minecraft.Client/Common/Filesystem/Filesystem.h b/Minecraft.Client/Common/Filesystem/Filesystem.h
deleted file mode 100644
index 11d1bf5b..00000000
--- a/Minecraft.Client/Common/Filesystem/Filesystem.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-bool FileOrDirectoryExists(const char* path);
-bool FileExists(const char* path);
-bool DirectoryExists(const char* path);
-bool GetFirstFileInDirectory(const char* directory, char* outFilePath, size_t outFilePathSize);