CreateComponent typedef
Creates a component that can be added to the entity e
(but it should not add component to entity e
).
typedef Component CreateComponent(Entity e);
typedef Component CreateComponent(Entity e) #
typedef Component CreateComponent(Entity e);