Files
2024-02-26 20:10:36 +01:00

23 lines
277 B
C

#ifndef AC_BR_SHOP_H
#define AC_BR_SHOP_H
#include "ac_structure.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct actor_broker_shop_s {
STRUCTURE_ACTOR structure_class;
} BRSHOP_ACTOR;
extern ACTOR_PROFILE BrShop_Profile;
#ifdef __cplusplus
}
#endif
#endif