#include "graphics/surface.h"#include "typen.h"#include "mapitemtype.h"Include dependency graph for terraintype.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef TerrainType * | pterraintype |
Enumerations | |
| enum | TerrainBitTypes { cbwater0, cbwater1, cbwater2, cbwater3, cbwater, cbstreet, cbrailroad, cbbuildingentry, cbharbour, cbrunway, cbpipeline, cbpowerline, cbfahrspur, cbfestland, cbsnow1, cbsnow2, cbhillside, cbsmallrocks, cblargerocks, cbfrozenwater, cbicebreaking, cbriver } |
Functions | |
| TerrainBits | getTerrainBitType (TerrainBitTypes tbt) |
Variables | |
| const int | terrainPropertyNum = 38 |
| the number of bits that specify the terrain of a field | |
| const char * | terrainProperty [] |
|
|
Definition at line 69 of file terraintype.h. |
|
|
Definition at line 149 of file terraintype.h. |
|
|
|
Definition at line 30 of file terraintype.cpp. Referenced by appendTerrainBits(), showbdtbits(), and UnitInfoDialog::userHandler(). |
|
|
the number of bits that specify the terrain of a field
Definition at line 28 of file terraintype.h. Referenced by appendTerrainBits(), TerrainType::Weather::runTextIO(), TerrainAccess::runTextIO(), ObjectType::FieldModification::runTextIO(), showbdtbits(), and UnitInfoDialog::userHandler(). |
1.4.2