mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
e0858d501c
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
30 lines
491 B
C
30 lines
491 B
C
|
|
#ifndef __aistuff_h__
|
|
#define __aistuff_h__
|
|
|
|
#include "compat.h"
|
|
#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
|