#include "base/orxDecl.h"Go to the source code of this file.
Defines | |
| #define | orxCHAR_ASCII_NUMBER 128 |
| #define | orxCHAR_CR '\r' |
| #define | orxCHAR_LF '\n' |
| #define | orxCHAR_NULL '\0' |
| #define | orxFALSE ((orxBOOL)(1 != 1)) |
| #define | orxTRUE ((orxBOOL)(1 == 1)) |
Enumerations | |
| enum | orxSTATUS { orxSTATUS_FAILURE = 0, orxSTATUS_SUCCESS, orxSTATUS_NUMBER, orxSTATUS_NONE = orxENUM_NONE } |
Variables | |
| orxDLLAPI const orxCHAR | orxCHAR_DIRECTORY_SEPARATOR |
| orxDLLAPI const orxCHAR | orxCHAR_DIRECTORY_SEPARATOR_LINUX |
| orxDLLAPI const orxCHAR | orxCHAR_DIRECTORY_SEPARATOR_WINDOWS |
| orxDLLAPI const orxCHAR | orxCHAR_EOL |
| static const orxFLOAT | orxFLOAT_0 = orx2F(0.0f) |
| static const orxFLOAT | orxFLOAT_1 = orx2F(1.0f) |
| static const orxHANDLE | orxHANDLE_UNDEFINED = (orxHANDLE)(-1) |
| orxDLLAPI const orxSTRING | orxSTRING_DIRECTORY_SEPARATOR |
| orxDLLAPI const orxSTRING | orxSTRING_DIRECTORY_SEPARATOR_LINUX |
| orxDLLAPI const orxSTRING | orxSTRING_DIRECTORY_SEPARATOR_WINDOWS |
| orxDLLAPI const orxSTRING | orxSTRING_EMPTY |
| orxDLLAPI const orxSTRING | orxSTRING_EOL |
| orxDLLAPI const orxSTRING | orxSTRING_FALSE |
| orxDLLAPI const orxSTRING | orxSTRING_TRUE |
| static const orxU16 | orxU16_UNDEFINED = (orxU16)(-1) |
| static const orxU32 | orxU32_UNDEFINED = (orxU32)(-1) |
| static const orxU64 | orxU64_UNDEFINED = (orxU64)(-1) |
| static const orxU8 | orxU8_UNDEFINED = (orxU8)(-1) |
Definition in file orxType.h.
1.5.6