repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
cam
/
src
/
physics
/
cattype.h
blob
e8dc74984f70172829c6f53bd4bb9cf4b132d970
1
/*
2
@Copyright Looking Glass Studios, Inc.
3
1996,1997,1998,1999,2000 Unpublished Work.
4
*/
5
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
10
11
12
#define CanAttachType_Rope 0x1
13
#define CanAttachType_Vine 0x2
14
15
16
#endif