![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "cMapBase.h"#include "CMapChanSurface.h"#include "CMapChanHeight.h"#include "GrayLib/include/XObject/cXObjDef.h"#include "GrayLib/include/ScriptExec/cScriptSection.h"#include "GrayCore/include/cNewPtr.h"#include "cMapPatchProps.tbl"#include "cMapPatchMethods.tbl"Go to the source code of this file.
Classes | |
| class | GrayMapData::cMapPatch |
Namespaces | |
| GrayMapData | |
Macros | |
| #define | PATCH_OVERLAP_DIV 4 |
| #define | cMapPatchProp(a, b, c, d, e) P_##a, |
| #define | cMapPatchMethod(a, b, c) M_##a, |
| #define cMapPatchMethod | ( | a, | |
| b, | |||
| c | |||
| ) | M_##a, |
| #define cMapPatchProp | ( | a, | |
| b, | |||
| c, | |||
| d, | |||
| e | |||
| ) | P_##a, |
| #define PATCH_OVERLAP_DIV 4 |