ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_STORAGES_HPP_
13#define ECSTASY_STORAGES_HPP_
14
15#include "AStorage.hpp"
16#include "IStorage.hpp"
17#include "Instances.hpp"
18#include "MapStorage.hpp"
19#include "MarkerStorage.hpp"
20#include "StorageConcepts.hpp"
21#include "VectorStorage.hpp"
22
23#endif /* !ECSTASY_STORAGES_HPP_ */
Abstract class for all components storage.
Set of instances inheriting from the Base type.
Associative Map to store entity components.
Storage for empty components.
Storage concepts and utilities.