diff options
Diffstat (limited to 'Minecraft.Client/Common/Filesystem/Filesystem.h')
| -rw-r--r-- | Minecraft.Client/Common/Filesystem/Filesystem.h | 6 |
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); |
