![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <cstdio>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "Configurator.h"
#include "MapErrorMsg.h"
#include "ls.h"
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Variables | |
CfgStr | l_map_rotation_files_prefix ("MAP_ROTATION_FILES_PREFIX", CFG_CUSTOM, "") |
class CropRotation * | g_rotation |
#define _CRT_SECURE_NO_DEPRECATE |
class CropRotation* g_rotation |
CfgStr l_map_rotation_files_prefix("MAP_ROTATION_FILES_PREFIX", CFG_CUSTOM, "") |
Referenced by CropRotation::CropRotation().