source: Revenant/geoworld/include/gwtypedefs.h

port/mars-tycoon
Last change on this file was 80a6a52, checked in by Jonathan Neufeld <support@…>, 3 years ago

Get to a compile state for terrain procedural generation

  • Property mode set to 100644
File size: 345 bytes
Line 
1#ifndef __GEOWORLDTYPEDEFS_H__
2#define __GEOWORLDTYPEDEFS_H__
3
4#include <mars_grids.h>
5#include <list>
6
7#include "linalgadapt.h"
8#include "vmpdg.h"
9
10namespace geoworld
11{
12 typedef VectorTag< long > ::V3 GWCoords;
13 typedef VectorTag< long > ::V2 GWSurfacePos;
14 typedef mars::ScalarField< short > GeoHeightMap;
15 typedef double FieldReal;
16}
17
18#endif
Note: See TracBrowser for help on using the repository browser.