Files
ac-decomp/include/ac_shop_goods.h
T
2024-04-12 06:06:24 -04:00

19 lines
237 B
C

#ifndef AC_SHOP_GOODS_H
#define AC_SHOP_GOODS_H
#include "types.h"
#include "m_actor.h"
#include "ac_shop_goods_h.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Shop_Goods_Profile;
#ifdef __cplusplus
}
#endif
#endif