VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)