VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
ECS.hpp File Reference

Main header for the Entity Component System (ECS) framework. More...

#include "Types.hpp"
#include "ComponentStorage.hpp"
#include "Registry.hpp"
#include "View.hpp"

Go to the source code of this file.

Detailed Description

Main header for the Entity Component System (ECS) framework.

This header aggregates all ECS-related classes and provides a unified interface for entity-component-system functionality. Include this file to access the complete ECS API.

Definition in file ECS.hpp.