ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
#include <cstdio>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "configurator.h"
#include "maperrormsg.h"
#include "ls.h"
Go to the source code of this file.
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 |
Definition at line 25 of file croprotation.cpp.
class CropRotation* g_rotation |
Definition at line 38 of file croprotation.cpp.
CfgStr l_map_rotation_files_prefix("MAP_ROTATION_FILES_PREFIX", CFG_CUSTOM, "") |
Referenced by CropRotation::CropRotation().