Pyrogenesis  trunk
Macros
MaterialManager.cpp File Reference
#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>
Include dependency graph for MaterialManager.cpp:

Macros

#define EL(x)   int el_##x = xeroFile.GetElementID(#x)
 
#define AT(x)   int at_##x = xeroFile.GetAttributeID(#x)
 

Macro Definition Documentation

◆ AT

#define AT (   x)    int at_##x = xeroFile.GetAttributeID(#x)

◆ EL

#define EL (   x)    int el_##x = xeroFile.GetElementID(#x)