|
Isle
|
#include "mxdisplaysurface.h"#include "mxbitmap.h"#include "mxdebug.h"#include "mxmisc.h"#include "mxomni.h"#include "mxpalette.h"#include "mxutilities.h"#include "mxvideomanager.h"#include <assert.h>#include <windows.h>
Go to the source code of this file.
Macros | |
| #define | RGB555_CREATE(R, G, B) (((R) << 10) | (G) << 5 | (B) << 0) |
Functions | |
| DECOMP_SIZE_ASSERT (MxDisplaySurface, 0xac) | |
Variables | |
| MxU32 | g_unk0x1010215c = 0 |
| #define RGB555_CREATE | ( | R, | |
| G, | |||
| B | |||
| ) | (((R) << 10) | (G) << 5 | (B) << 0) |
Definition at line 16 of file mxdisplaysurface.cpp.
| DECOMP_SIZE_ASSERT | ( | MxDisplaySurface | , |
| 0xac | |||
| ) |
| MxU32 g_unk0x1010215c = 0 |
Definition at line 19 of file mxdisplaysurface.cpp.