improved Object referring

This commit is contained in:
2024-11-26 00:42:36 +08:00
parent 7c08fbc530
commit 680b7717fc
2 changed files with 18 additions and 4 deletions

View File

@@ -10,4 +10,6 @@ namespace hgl
};
#define HGL_SOURCE_CODE_LOCATION __FILE__,__FUNCTION__,__LINE__
#define HGL_SCL_HERE SourceCodeLocation(HGL_SOURCE_CODE_LOCATION)
}//namespace hgl