Files
DX12/Engine/Components/ComponentsCommon.h
2026-03-19 18:27:49 +08:00

14 lines
292 B
C++

/**
* @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 {
}