14 lines
152 B
C
14 lines
152 B
C
|
#ifndef _PAYSAGES_EXPLORING_CHUNK_H_
|
||
|
#define _PAYSAGES_EXPLORING_CHUNK_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|