Flecs v3.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches

Macros

#define ecs_count(world, type)    ecs_count_id(world, ecs_id(type))
 

Detailed Description

Macro Definition Documentation

◆ ecs_count

#define ecs_count (   world,
  type 
)     ecs_count_id(world, ecs_id(type))

Definition at line 572 of file flecs_c.h.