11 lines
No EOL
108 B
C
11 lines
No EOL
108 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void AIInit(void *stack);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |