Files
ac-decomp/include/ac_police_box.h
T
2024-03-25 11:23:46 +01:00

19 lines
214 B
C

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