Files
ac-decomp/include/bg_post_item.h
T
2023-06-23 17:19:35 +02:00

19 lines
207 B
C

#ifndef BG_POST_ITEM_H
#define BG_POST_ITEM_H
#include "types.h"
#include "m_actor.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE BgPostItem_Profile;
#ifdef __cplusplus
}
#endif
#endif