forked from github/server
16 lines
237 B
C
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
|