Files
ac-decomp/include/ac_post_office.h
2024-03-22 21:44:48 +01:00

19 lines
217 B
C

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