server/src/attributes/follow.h

17 lines
238 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifndef H_ATTRIBUTE_FOLLOW
#define H_ATTRIBUTE_FOLLOW
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib_type at_follow;
2010-08-08 10:06:34 +02:00
struct unit;
2010-08-08 10:06:34 +02:00
struct attrib *make_follow(struct unit *u);
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
}
#endif
#endif