2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/motion/cbllmapi.h,v 1.3 2000/01/31 09:50:03 adurant Exp $
7 // This module provides the abstract interface to a cerebellum, to be used
8 // by higher-level systems
22 virtual ~ICerebellum() {}
23 virtual void PlayMotion(const char *name
, eManeuverTransitionType trans
=kMnvrTrans_Immediate
, eManeuverPriority priority
=kMnvrPri_Script
) = 0;
24 virtual void Update(ulong deltaTime
) = 0;
27 EXTERN ICerebellum
*CbllmGetFromObj(ObjID obj
);
31 #endif // __CBLLMAPI_H