improved AccumMemoryManager

This commit is contained in:
2024-03-09 20:47:19 +08:00
parent 9265a26b87
commit 924f4ab9f3
2 changed files with 19 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ namespace hgl
bool SaveMemoryToFile(const OSString &,int64,const void *,int64); ///<保存一块内存到一个文件
bool IsDirectory(const os_char *);
inline bool IsDirectory(const OSString &str){return IsDirectory(str.c_str());} ///<判断这个名称是否是目录
inline bool IsDirectory(const OSString &str){return IsDirectory(str.c_str());} ///<判断这个名称是否是目录
#if HGL_OS != HGL_OS_Windows
bool IsLink(const os_char *); ///<判断这个名称是否是链接