Linux makefiles
[canaan.git] / prj / cam / src / shock / shkairbs.h
blobc998ac9721888e671b9097840fa27e19ff80cffc
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/shock/shkairbs.h,v 1.2 1999/03/31 18:50:59 JON Exp $
8 //
9 //
12 #ifndef __SHKAIRBS_H
13 #define __SHKAIRBS_H
15 #include <shkaisbs.h>
17 #pragma once
18 #pragma pack(4)
20 ///////////////////////////////////////////////////////////////////////////////
22 // CLASS: cAIShockRangedMeleeBehaviorSet
25 class cAIShockRangedMeleeBehaviorSet : public cAIShockBehaviorSet
27 public:
29 // Find out the behavior set name
31 STDMETHOD_(const char *, GetName)();
33 protected:
34 virtual void CreateCombatAbilities(cAIComponentPtrs * pComponents);
37 #pragma pack()
38 #endif /* !__SHKAIRBS_H */