diff --git a/src/EC/Manager.hpp b/src/EC/Manager.hpp index b4b3907..0095a51 100644 --- a/src/EC/Manager.hpp +++ b/src/EC/Manager.hpp @@ -250,6 +250,13 @@ namespace EC /*! \class EC::Manager \brief Manages an EntityComponent system. + + EC::Manager must be created with a list of all used Components and all used tags. + + Example: + \code{.cpp} + EC::Manager, TypeList> manager; + \endcode */ /*! \fn EC::Manager::Manager()