server/src/attributes/targetregion.h
2019-09-13 21:35:44 +02:00

15 lines
271 B
C

#ifndef H_ATTRIBUTE_TARGETREGION
#define H_ATTRIBUTE_TARGETREGION
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib_type at_targetregion;
struct region;
extern struct attrib *make_targetregion(struct region *);
#ifdef __cplusplus
}
#endif
#endif