VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ctdb
c7bTinData.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bTinData.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bTinData
11
//
12
13
14
#ifndef __DtC7bTinData
15
#define __DtC7bTinData
16
17
#include "
ctdb/ctdbDefines.h
"
18
#include <stdio.h>
19
#include "
ctdb/c7NetTypes.h
"
20
#include "
ctdb/c7bGridData.h
"
21
22
// Class: DtC7bTinData
23
//
24
// The class is public because should not be used but anyone else than
25
// DtC7b.
26
//
27
28
class
DT_DLL_ctdb
DtC7bTinData
:
public
DtC7bGridData
29
{
30
public
:
31
32
DtC7bTinData
(DtNetU8* data);
33
~
DtC7bTinData
();
34
35
bool
read
(FILE *f);
36
37
DtNetU8 myFeatures[60];
38
DtC7NetU16
myNumTerrainElements[4];
39
DtC7NetU32
myTerrainElementsOffsets[4];
40
DtNetU8 myTeSquareVirtualGridDimensions[4];
41
DtC7NetU32
myTeSquareVirtualGridOffset[4];
42
};
43
44
#endif
45
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)