12 lines
209 B
C
12 lines
209 B
C
#pragma once
|
|
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// call this between kerepTypeDescriptors_beginInit() and kerepTypeDescriptors_endInit()
|
|
void kerepTypeDescriptors_initKerepTypes();
|
|
|
|
#if __cplusplus
|
|
}
|
|
#endif |