2019-08-26 03:59:14 +00:00
|
|
|
|
|
|
|
#ifndef __aistuff_h__
|
|
|
|
#define __aistuff_h__
|
|
|
|
|
2019-08-31 09:08:38 +00:00
|
|
|
#include "compat.h"
|
2019-08-26 03:59:14 +00:00
|
|
|
#include "anubis.h"
|
|
|
|
#include "bubbles.h"
|
|
|
|
#include "mummy.h"
|
|
|
|
#include "rex.h"
|
|
|
|
#include "roach.h"
|
|
|
|
#include "scorp.h"
|
|
|
|
#include "spider.h"
|
|
|
|
#include "lion.h"
|
|
|
|
#include "set.h"
|
|
|
|
#include "queen.h"
|
|
|
|
#include "wasp.h"
|
|
|
|
#include "rat.h"
|
|
|
|
#include "gun.h"
|
|
|
|
#include "grenade.h"
|
|
|
|
#include "snake.h"
|
|
|
|
#include "fish.h"
|
|
|
|
#include "lavadude.h"
|
|
|
|
#include "bullet.h"
|
|
|
|
|
|
|
|
#define KMaxTimeSlots 16
|
|
|
|
|
|
|
|
void InitTimeSlot();
|
|
|
|
int GrabTimeSlot(int nVal);
|
|
|
|
|
|
|
|
#endif
|