Pyrogenesis trunk
|
#include "precompiled.h"
#include "TerrainProperties.h"
#include <string>
#include <vector>
#include <boost/tokenizer.hpp>
#include "graphics/Color.h"
#include "graphics/TerrainTextureManager.h"
#include "maths/MathUtil.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "ps/XML/Xeromyces.h"
Macros | |
#define | ELMT(x) int el_##x = XeroFile.GetElementID(#x) |
#define | ELMT(x) int elmt_##x = pFile->GetElementID(#x) |
#define | ATTR(x) int attr_##x = pFile->GetAttributeID(#x) |
#define ATTR | ( | x | ) | int attr_##x = pFile->GetAttributeID(#x) |
#define ELMT | ( | x | ) | int el_##x = XeroFile.GetElementID(#x) |
#define ELMT | ( | x | ) | int elmt_##x = pFile->GetElementID(#x) |