Properly link flecs library
This commit is contained in:
9
engine/libs/flecs/templates/c/flecs-module/src/main.c
Normal file
9
engine/libs/flecs/templates/c/flecs-module/src/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <${id underscore}.h>
|
||||
|
||||
void ${id pascalcase}Import(
|
||||
ecs_world_t *world)
|
||||
{
|
||||
ECS_MODULE(world, ${id pascalcase});
|
||||
|
||||
// ECS_COMPONENT_DEFINE(world, MyComponent);
|
||||
}
|
||||
Reference in New Issue
Block a user