renderpip/include/components.hpp

12 lines
229 B
C++
Raw Permalink Normal View History

2026-04-02 03:41:50 -04:00
/**
* @file components.hpp
* @brief Master include for all ECS components
*/
#pragma once
#include "components/transform.hpp"
#include "components/render.hpp"
#include "components/input.hpp"
#include "components/common.hpp"