nexus/ai.h

9 lines
297 B
C
Raw Normal View History

2010-12-02 12:17:54 +11:00
#include "defs.h"
void aimove(lifeform_t *lf);
2011-02-01 06:16:13 +11:00
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);