convert line ends
[canaan.git] / prj / cam / src / shock / shkairnb.cpp
blobf60fd6eab73568d6ed5cde68100a4285eb6cb2c6
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/shock/shkairnb.cpp,v 1.2 1999/04/11 11:06:50 JON Exp $
8 //
9 //
12 #include <shkairnb.h>
14 #include <lg.h>
16 #include <comtools.h>
17 #include <appagg.h>
19 #include <aicbrngd.h>
20 #include <aidbgcmp.h>
21 #include <aifreeze.h>
22 #include <aisound.h>
23 #include <aiutils.h>
25 #include <shkaicbr.h>
27 // Must be last header
28 #include <dbmem.h>
30 ///////////////////////////////////////////////////////////////////////////////
32 // CLASS: cAIShockRangedBehaviorSet
35 STDMETHODIMP_(const char *) cAIShockRangedBehaviorSet::GetName()
37 return "Ranged";
40 ///////////////////////////////////////
42 void cAIShockRangedBehaviorSet::CreateCombatAbilities(cAIComponentPtrs * pComponents)
44 pComponents->Append(new cAIShockCombatRanged);