2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/motion/creatapi.h,v 1.2 2000/01/31 09:50:05 adurant Exp $
7 // This used for getting class pointers for creatures
8 // Should only be included by cpp files that want to think of creature
22 IMesh
*CreatureGetMeshInterface(const ObjID objID
);
23 IMotor
*CreatureGetMotorInterface(const ObjID objID
);