VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
soilTypes.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: soilTypes.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtSoilTypes_H_
19 #define DtSoilTypes_H_
20 
21 const char DtSoilPavedRoad[] = "paved-road";
22 const char DtSoilHardPacked[] = "hard-packed";
23 const char DtSoilRocks[] = "rocks";
24 const char DtSoilSand[] = "sand";
25 const char DtSoilGravel[] = "gravel";
26 const char DtSoilShallowWater[] = "shallow-water";
27 const char DtSoilMuck[] = "muck";
28 const char DtSoilDeepWater[] = "deep-water";
29 
30 #endif

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)