server/src/attributes/hate.h

17 lines
237 B
C
Raw Normal View History

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