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

16 lines
237 B
C

#ifndef H_ATTRIBUTE_HATE
#define H_ATTRIBUTE_HATE
#ifdef __cplusplus
extern "C" {
#endif
extern struct attrib_type at_hate;
struct unit;
extern struct attrib *make_hate(struct unit *u);
#ifdef __cplusplus
}
#endif
#endif