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

16 lines
238 B
C

#ifndef H_ATTRIBUTE_FOLLOW
#define H_ATTRIBUTE_FOLLOW
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib_type at_follow;
struct unit;
struct attrib *make_follow(struct unit *u);
#ifdef __cplusplus
}
#endif
#endif