Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Replaced ComponentIDGenerator with ComponentHelper. ComponentHelper gives ComponentID but also stores an array of ComponentInfo. ComponentInfo allows a non-templated way to access information about types after type erasure. This access is required by #37 and #51 when the only type supplied to these functions is the ComponentType being added or removed. Removed Archetype getComponentImpl and getComponentMutableInfo.
- Loading branch information