VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)