feat: initial DX12 foundation framework

This commit is contained in:
SpecialX
2026-03-19 18:27:49 +08:00
commit 60f73b525d
70 changed files with 8993 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/**
* @file ComponentsCommon.h
* @brief Components 模块公共依赖头。
*/
#pragma once
#include "..\Common\CommonHeader.h"
#include "..\EngineAPI\GameEntity.h"
#include "..\EngineAPI\TransformComponent.h"
#include "..\EngineAPI\ScriptComponent.h"
namespace XEngine::game_entity {
}