Not using Weapon anymore.
This commit is contained in:
parent
57d69015c2
commit
7602fb0b31
5 changed files with 9 additions and 55 deletions
|
@ -40,6 +40,10 @@ namespace DinkyECS
|
|||
|
||||
Entity entity() { return ++entity_count; }
|
||||
|
||||
void destroy(DinkyECS::Entity entity) {
|
||||
(void)entity;
|
||||
}
|
||||
|
||||
void clone_into(DinkyECS::World &to_world) {
|
||||
to_world.$constants = $constants;
|
||||
to_world.$facts = $facts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue