imagelib.h File Reference
Go to the source code of this file.
Data Structures |
struct | targa_header_s |
Typedefs |
typedef struct targa_header_s | targa_header_t |
Functions |
int | TryLoadJPG (const char *path, miptex_t **mt) |
| This is robbed from the engine source code, and refactored for use during map compilation.
|
int | TryLoadTGA (const char *path, miptex_t **mt) |
| This is robbed from the engine source code, and refactored for use during map compilation.
|
int | TryLoadPNG (const char *path, miptex_t **mt) |
| This is robbed from the engine source code, and refactored for use during map compilation.
|
Detailed Description
Definition in file imagelib.h.
Typedef Documentation
Function Documentation
int TryLoadJPG |
( |
const char * |
path, |
|
|
miptex_t ** |
mt | |
|
) |
| | |
int TryLoadPNG |
( |
const char * |
path, |
|
|
miptex_t ** |
mt | |
|
) |
| | |
int TryLoadTGA |
( |
const char * |
path, |
|
|
miptex_t ** |
mt | |
|
) |
| | |