Files
2024-02-11 23:37:16 -08:00

19 lines
202 B
C

#ifndef AC_TUKIMI_H
#define AC_TUKIMI_H
#include "types.h"
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Tukimi_Profile;
#ifdef __cplusplus
}
#endif
#endif