Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
Loading...
Searching...
No Matches
easys.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "config.hpp"
4#include "entity.hpp"
5#include "ecs.hpp"