#include "precompiled.h"
#include <algorithm>
#include <queue>
#include "ObjectBase.h"
#include "ObjectManager.h"
#include "ps/XML/Xeromyces.h"
#include "ps/Filesystem.h"
#include "ps/CLogger.h"
#include "lib/timer.h"
#include "maths/MathUtil.h"
#include <boost/random/uniform_int.hpp>
Go to the source code of this file.
|
| #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) |