VR-Forces 5.0.3 Developer's Guide
 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
const char DtSoilHardPacked[]
Definition: soilTypes.h:22
const char DtSoilSand[]
Definition: soilTypes.h:24
const char DtSoilMuck[]
Definition: soilTypes.h:27
const char DtSoilGravel[]
Definition: soilTypes.h:25
const char DtSoilRocks[]
Definition: soilTypes.h:23
const char DtSoilShallowWater[]
Definition: soilTypes.h:26
const char DtSoilDeepWater[]
Definition: soilTypes.h:28
const char DtSoilPavedRoad[]
File: soilTypes.h.
Definition: soilTypes.h:21

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)