convert line ends
[canaan.git] / prj / cam / src / physics / gunvhot.h
blobccfafab8aa78aced6c64a20ecf61741e1c868c9a
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 #pragma once
7 #ifndef __GUNVHOT_H
8 #define __GUNVHOT_H
10 #include <matrixs.h>
11 #include <objtype.h>
13 // Get the location of a vhot, taking into account joint rotations
14 EXTERN void VHotGetRaw(mxs_vector *pLoc, ObjID objID, int vhotNum);
15 // Get the location of a vhot, taking into account joint rotations
16 EXTERN void VHotGetLoc(mxs_vector *pLoc, ObjID objID, int vhotNum);
17 // Get the raw vhot offset
18 EXTERN void VHotGetOffset(mxs_vector *pOffset, ObjID objID, int vhotNum);
20 #endif // __GUNVHOT_H