![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"#include "MaterialManager.h"#include "graphics/PreprocessorWrapper.h"#include "maths/MathUtil.h"#include "maths/Vector4D.h"#include "ps/CLogger.h"#include "ps/ConfigDB.h"#include "ps/CStrInternStatic.h"#include "ps/Filesystem.h"#include "ps/XML/Xeromyces.h"#include "renderer/RenderingOptions.h"#include <sstream>
Macros | |
| #define | EL(x) int el_##x = xeroFile.GetElementID(#x) |
| #define | AT(x) int at_##x = xeroFile.GetAttributeID(#x) |
| #define AT | ( | x | ) | int at_##x = xeroFile.GetAttributeID(#x) |
| #define EL | ( | x | ) | int el_##x = xeroFile.GetElementID(#x) |