Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_header_t Struct Reference

Header for ecs_poly_t objects. More...

#include <flecs.h>

Public Attributes

int32_t magic
 
int32_t type
 
ecs_mixins_tmixins
 

Detailed Description

Header for ecs_poly_t objects.

Definition at line 507 of file flecs.h.

Member Data Documentation

◆ magic

int32_t ecs_header_t::magic

Definition at line 508 of file flecs.h.

◆ mixins

ecs_mixins_t* ecs_header_t::mixins

Definition at line 510 of file flecs.h.

◆ type

int32_t ecs_header_t::type

Definition at line 509 of file flecs.h.


The documentation for this struct was generated from the following file: