#ifndef STAFF_H #define STAFF_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void Na_GetStaffRollInfo(void*); #ifdef __cplusplus } #endif #endif