|
UFO: Alien Invasion
|
Byte order functions header. More...
#include <SDL_endian.h>

Go to the source code of this file.
Data Structures | |
| union | floatint_t |
Macros | |
| #define | BigShort(X) (short)SDL_SwapBE16(X) |
| #define | LittleShort(X) (short)SDL_SwapLE16(X) |
| #define | BigLong(X) (int)SDL_SwapBE32(X) |
| #define | LittleLong(X) (int)SDL_SwapLE32(X) |
| #define | BigFloat(X) FloatSwap(&(X)) |
| #define | LittleFloat(X) (X) |
Typedefs | |
| typedef float | float32_t |
Functions | |
| static __inline__ float32_t | FloatSwap (const float32_t *f) |
| void | Swap_Init (void) |
Byte order functions header.
Definition in file byte.h.
Definition at line 45 of file byte.h.
References f, floatint_t::f, and floatint_t::ui.
Definition at line 31 of file byte.cpp.
References Com_Printf(), and Sys_Error().
Referenced by main(), Qcommon_Init(), and TEST_Init().