10 lines
163 B
C
10 lines
163 B
C
|
|
#if !defined(LD_CORE_CORE_H_)
|
||
|
|
#define LD_CORE_CORE_H_
|
||
|
|
|
||
|
|
#include "types.h"
|
||
|
|
#include "platform.h"
|
||
|
|
#include "macros.h"
|
||
|
|
#include "arena.h"
|
||
|
|
|
||
|
|
#endif // LD_CORE_CORE_H_
|