#include "libecs.hpp"
#include "Entity.hpp"
Go to the source code of this file.
Namespaces | |
namespace | libecs |
Functions | |
libecs::DECLARE_MAP (const String, VariablePtr, std::less< const String >, VariableMap) | |
libecs::DECLARE_MAP (const String, ProcessPtr, std::less< const String >, ProcessMap) | |
libecs::DECLARE_MAP (const String, SystemPtr, std::less< const String >, SystemMap) | |
libecs::LIBECS_DM_CLASS (System, Entity) |