Files
ac-decomp/include/m_kabu_manager.h
T
2023-04-04 05:50:31 -04:00

17 lines
176 B
C

#ifndef M_KABU_MANAGER_H
#define M_KABU_MANAGER_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void Kabu_manager();
#ifdef __cplusplus
}
#endif
#endif