Hrothen / Skald

C++ Entity-Component system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add emplaceComponent method

Hrothen opened this issue · comments

This would allow the user to be a little more succinct when adding simple components.

Added as constructComponent, since emplaceComponent would imply that components were being constructed in place.