archeus/include/arc/std/life.h

18 lines
229 B
C
Raw Normal View History

2025-03-10 03:12:07 -06:00
#ifndef ARC_STD_LIFE_H_
#define ARC_STD_LIFE_H_
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief an entity component system type
*/
2025-03-10 03:13:08 -06:00
typedef struct ARC_Life ARC_Life;
2025-03-10 03:12:07 -06:00
#ifdef __cplusplus
}
#endif
2025-03-10 03:13:08 -06:00
#endif // !ARC_STD_LIFE_H_