Closed hannahwhy closed 8 years ago
This allows EntityX::valid to be used in situations where we have (e.g.) a const reference to an entity manager.
EntityX::valid
I've verified that the example SFML 2 application and entity_test both compile and run/pass with this change.
entity_test
Wow, that was quick :) Thank you!
This allows
EntityX::valid
to be used in situations where we have (e.g.) a const reference to an entity manager.I've verified that the example SFML 2 application and
entity_test
both compile and run/pass with this change.