Updated some const

This commit is contained in:
Xiao Qi 2022-09-13 11:28:16 +08:00
parent 47f716f72b
commit b6a6e9b3e5
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
namespace SHADE
{
class SHFolder;
typedef unsigned char FolderCounter;
typedef unsigned char FileCounter;
typedef uint64_t FolderLocation;
@ -17,7 +18,7 @@ namespace SHADE
typedef SHFolder* FolderPointer;
constexpr char FOLDER_BIT_ALLOCATE{ 4 };
constexpr char FOLDER_MAX_DEPTH{ 26 };
constexpr char FOLDER_MAX_DEPTH{ 16 };
class SHFolder
{