![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1999 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: soilTypes.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 #ifndef DtSoilTypes_H_ 00019 #define DtSoilTypes_H_ 00020 00021 const char DtSoilPavedRoad[] = "paved-road"; 00022 const char DtSoilHardPacked[] = "hard-packed"; 00023 const char DtSoilRocks[] = "rocks"; 00024 const char DtSoilSand[] = "sand"; 00025 const char DtSoilGravel[] = "gravel"; 00026 const char DtSoilShallowWater[] = "shallow-water"; 00027 const char DtSoilMuck[] = "muck"; 00028 const char DtSoilDeepWater[] = "deep-water"; 00029 00030 #endif