|
ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
#include <cstdio>#include <stdlib.h>#include <string>#include <iostream>#include <fstream>#include "maperrormsg.h"#include "rastermap.h"#include "configurator.h"#include "../Landscape/ls.h"Go to the source code of this file.
Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
Variables | |
| CfgBool | cfg_manipulation1_on ("RASTER_MANIPULATION_ONE_ON", CFG_CUSTOM, false) |
| CfgBool | cfg_rectangularmaps_on ("RASTER_RECTANGULARMAPS_ON", CFG_CUSTOM, true) |
| CfgInt | cfg_rastermapmanipmultiply ("RASTER_MANIPULATION_MULTIPLYFACTOR", CFG_CUSTOM, 2) |
| #define _CRT_SECURE_NO_DEPRECATE |
Definition at line 28 of file rastermap.cpp.
| CfgBool cfg_manipulation1_on("RASTER_MANIPULATION_ONE_ON", CFG_CUSTOM, false) |
Referenced by RasterMap::RasterMap().
| CfgInt cfg_rastermapmanipmultiply("RASTER_MANIPULATION_MULTIPLYFACTOR", CFG_CUSTOM, 2) |
Referenced by RasterMap::Manipulation1().
| CfgBool cfg_rectangularmaps_on("RASTER_RECTANGULARMAPS_ON", CFG_CUSTOM, true) |
Referenced by RasterMap::Init1().