VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)