2025-10-04 00:46:26 +01:00
|
|
|
#if !defined(LD_CORE_CORE_H_)
|
|
|
|
|
#define LD_CORE_CORE_H_
|
|
|
|
|
|
|
|
|
|
#include "types.h"
|
|
|
|
|
#include "platform.h"
|
|
|
|
|
#include "macros.h"
|
|
|
|
|
#include "arena.h"
|
2025-10-04 17:24:30 +01:00
|
|
|
#include "string.h"
|
2025-10-05 02:40:59 +01:00
|
|
|
#include "math.h"
|
2025-10-04 00:46:26 +01:00
|
|
|
|
|
|
|
|
#endif // LD_CORE_CORE_H_
|