forked from LeenkxTeam/LNXSDK
12 lines
103 B
C
12 lines
103 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <stddef.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|