xoreos  0.0.5
Namespaces | Functions | Variables
txitypes.cpp File Reference

Texture information types. More...

#include "src/common/stringmap.h"
#include "src/common/ustring.h"
#include "src/graphics/images/txitypes.h"
Include dependency graph for txitypes.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 

Functions

TXICommand Graphics::parseTXICommand (const Common::UString &str, Common::UString &args)
 Parse a TXI command from a string. More...
 

Variables

static const char *const kTXICommands []
 
static Common::StringListMap kTXICommandMap (kTXICommands, ARRAYSIZE(kTXICommands), true)
 

Detailed Description

Texture information types.

Definition in file txitypes.cpp.

Variable Documentation

◆ kTXICommandMap

Common::StringListMap kTXICommandMap(kTXICommands, ARRAYSIZE(kTXICommands), true)
static

◆ kTXICommands

const char* const kTXICommands[]
static

Definition at line 30 of file txitypes.cpp.