donut-decomp/include/ai.h
2021-10-20 07:46:54 +02:00

11 lines
No EOL
108 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void AIInit(void *stack);
#ifdef __cplusplus
}
#endif