mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-11 17:52:57 +00:00
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
This commit is contained in:
@@ -43,7 +43,7 @@ enum {
|
||||
NUM_PATH_INDICES
|
||||
};
|
||||
|
||||
namespace File
|
||||
namespace FileUtil
|
||||
{
|
||||
|
||||
// FileSystem tree node/
|
||||
|
||||
Reference in New Issue
Block a user