moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / items / item_gorovitscopyoflenin.cpp
blobbd6db1d09471ba4fadb858687c1e83dfb14c6bf9
1 #ifdef HEADER_PHASE
2 ITEM(gorovitscopyoflenin, item)
4 protected:
5 virtual col16 GetMaterialColorB(int) const;
6 };
9 #else
13 col16 gorovitscopyoflenin::GetMaterialColorB(int) const
15 return MakeRGB16(30, 30, 30);
17 #endif