convert line ends
[canaan.git] / prj / cam / src / physics / cattype.h
blobe8dc74984f70172829c6f53bd4bb9cf4b132d970
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/physics/cattype.h,v 1.1 2000/01/26 15:17:37 BFarquha Exp $
7 #pragma once
8 #ifndef __CATTYPE_H
9 #define __CATTYPE_H
12 #define CanAttachType_Rope 0x1
13 #define CanAttachType_Vine 0x2
16 #endif