This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
space-war/include/tinyengine/ecs/ecs.hpp

6 lines
87 B
C++
Raw Normal View History

_Pragma("once")
#include "entity.hpp"
#include "component.hpp"
#include "context.hpp"