archeus/include/arc/std/life.h
2025-03-10 03:13:08 -06:00

17 lines
229 B
C

#ifndef ARC_STD_LIFE_H_
#define ARC_STD_LIFE_H_
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief an entity component system type
*/
typedef struct ARC_Life ARC_Life;
#ifdef __cplusplus
}
#endif
#endif // !ARC_STD_LIFE_H_