EntityImpl.hpp
1 #pragma once
2 #include <score/model/Component.hpp>
3 #include <score/model/EntityMap.hpp>
4 
5 #if !defined(SCORE_ALL_UNITY) && !defined(__MINGW32__)
6 extern template class SCORE_LIB_BASE_EXPORT score::EntityMap<score::Component>;
7 #endif
8 #include <score/model/Entity.hpp>
The EntityMap class.
Definition: EntityMap.hpp:36