server/src/attributes/targetregion.h

16 lines
271 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifndef H_ATTRIBUTE_TARGETREGION
#define H_ATTRIBUTE_TARGETREGION
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib_type at_targetregion;
2010-08-08 10:06:34 +02:00
struct region;
extern struct attrib *make_targetregion(struct region *);
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
}
#endif
#endif