convert line ends
[canaan.git] / prj / cam / src / shock / shkaicbs.h
blob1cf5922cbf08854cab68d0fe1aa912ecde9fc016
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/shock/shkaicbs.h,v 1.2 1999/03/18 19:04:00 JON Exp $
8 //
9 // Camera behavior set
12 #ifndef __SHKAICBS_H
13 #define __SHKAICBS_H
15 #include <aibasbhv.h>
17 #pragma once
18 #pragma pack(4)
20 ///////////////////////////////////////////////////////////////////////////////
22 // CLASS: cAICameraBehaviorSet
25 class cAICameraBehaviorSet : public cAIBehaviorSet
27 public:
29 // Find out the behavior set name
31 STDMETHOD_(const char *, GetName)();
33 protected:
34 virtual void CreateNonAbilityComponents(cAIComponentPtrs * pComponents);
35 virtual void CreateGenericAbilities(cAIComponentPtrs * pComponents);
36 virtual void CreateNonCombatAbilities(cAIComponentPtrs * pComponents);
37 virtual void CreateCombatAbilities(cAIComponentPtrs * pComponents);
40 #pragma pack()
41 #endif /* !__SHKAICBS_H */