主要内容是更加规范的编译期行为与基于继承的Object反射

This commit is contained in:
2025-08-21 15:41:58 +08:00
parent 32e099b621
commit 004f2f3367
10 changed files with 1217 additions and 0 deletions

7
Core.hpp Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#ifndef __FILE_Core_Hpp
#define __FILE_Core_Hpp
#include "detail/Core/Object.hpp"
#endif // !__FILE_Core_Hpp