ecs
Loading...
Searching...
No Matches
Ecs.hpp
Go to the documentation of this file.
1
8#ifndef ECS_HPP
9#define ECS_HPP
10
16namespace ecs {}
17
18#include "Registry.hpp"
19#include "Registry_impl.hpp"
20#include "Entity.hpp"
21#include "Entity_impl.hpp"
22#include "System.hpp"
23
24#endif /* !ECS_HPP */
Entity Component System.