SpiecsEngine
 
Loading...
Searching...
No Matches

◆ TagComponent() [2/2]

Spices::TagComponent::TagComponent ( const std::string & tag)

Constructor Function.

Definition at line 12 of file TagComponent.cpp.

13 {
14 m_Tags.insert(tag);
15 }
std::set< std::string > m_Tags
The tags this component handled.