You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
197 B
7 lines
197 B
15 years ago
|
#ifndef KOLF_RTTI_H
|
||
|
#define KOLF_RTTI_H
|
||
|
|
||
|
enum RttiCodes { Rtti_NoCollision = 1001, Rtti_DontPlaceOn = 1002, Rtti_Ball = 1003, Rtti_Putter = 1004, Rtti_WallPoint = 1005, Rtti_Wall = 1006 };
|
||
|
|
||
|
#endif
|