convert line ends
[canaan.git] / prj / cam / src / shock / shkcam.h
blob33352689a1a636809b847ca6cd7c8ec56c3e0f9d
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/shock/shkcam.h,v 1.2 2000/01/29 13:40:32 adurant Exp $
7 #pragma once
9 #ifndef __SHKCAM_H
10 #define __SHKCAM_H
12 #include <matrixs.h>
13 #include <objtype.h>
14 #include <osystype.h>
16 void PlayerCameraSetLocation(const mxs_vector *pPos, const mxs_angvec *pAng);
17 BOOL PlayerCameraAttach(ObjID objID);
18 BOOL PlayerCameraAttach(const Label *pName);
19 BOOL PlayerCameraAttach(const char *pName);
21 #endif