|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
loadbmp.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Functions |
| void | loadbmp (unsigned short *dest, const char *filename) |
| void | loadbmp2 (unsigned short *dest, const char *filename, unsigned short *rwidth, unsigned short *rheight) |
| void | loadbmp_wh (const char *filename, unsigned short *rwidth, unsigned short *rheight) |
| void | loadbmp_wh_frommemory (unsigned char *mem, unsigned short *rwidth, unsigned short *rheight) |
| void | loadbmp2_frommemory (unsigned char *mem, unsigned short *dest, unsigned short *rwidth, unsigned short *rheight) |
Function Documentation
| void loadbmp |
( |
unsigned short * |
dest, |
|
|
const char * |
filename | |
|
) |
| | |
| void loadbmp2 |
( |
unsigned short * |
dest, |
|
|
const char * |
filename, |
|
|
unsigned short * |
rwidth, |
|
|
unsigned short * |
rheight | |
|
) |
| | |
| void loadbmp2_frommemory |
( |
unsigned char * |
mem, |
|
|
unsigned short * |
dest, |
|
|
unsigned short * |
rwidth, |
|
|
unsigned short * |
rheight | |
|
) |
| | |
| void loadbmp_wh |
( |
const char * |
filename, |
|
|
unsigned short * |
rwidth, |
|
|
unsigned short * |
rheight | |
|
) |
| | |
| void loadbmp_wh_frommemory |
( |
unsigned char * |
mem, |
|
|
unsigned short * |
rwidth, |
|
|
unsigned short * |
rheight | |
|
) |
| | |
|