#include "precompiled.h"
#include "TextureConverter.h"
#include "lib/regex.h"
#include "lib/timer.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/tex/tex.h"
#include "maths/MD5.h"
#include "ps/CLogger.h"
#include "ps/CStr.h"
#include "ps/Profiler2.h"
#include "ps/XML/Xeromyces.h"
#include "nvtt/nvtt.h"
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) |