#pragma once typedef struct EcsContext EcsContext; struct EcsContext { int _; }; void ecs_init(EcsContext *ctx); void ecs_deinit(EcsContext *ctx);