9 lines
297 B
C
9 lines
297 B
C
#include "defs.h"
|
|
|
|
void aimove(lifeform_t *lf);
|
|
int aipickup(lifeform_t *lf, object_t *o);
|
|
enum OBTYPE getattackspell(lifeform_t *lf);
|
|
object_t *hasbetterarmour(lifeform_t *lf, obpile_t *op);
|
|
object_t *hasbetterweapon(lifeform_t *lf, obpile_t *op);
|
|
int lookforobs(lifeform_t *lf, int covetsonly);
|