#include "ImageLoaders.h"#include "MercuryTextureManager.h"#include "MercuryFiles.h"#include "MercuryLog.h"Go to the source code of this file.
Classes | |
| struct | TGAHeader |
Functions | |
| RawImageData * | LoadTGA (MercuryFile *fp) |
| RUN_STATEMENT_AT_BOOT (include_tga1, IMAGEREADERREGISTER.AddDecoder(LoadTGA,"\0\0\2");) RUN_STATEMENT_AT_BOOT(include_tga2 | |
| IMAGEREADERREGISTER | AddDecoder (LoadTGA,"\0\0\3") |
| IMAGEREADERREGISTER AddDecoder | ( | LoadTGA | , | |
| "\0\0\3" | ||||
| ) |
| RawImageData* LoadTGA | ( | MercuryFile * | fp | ) |
Definition at line 21 of file ImageLoaderTGA.cpp.
| RUN_STATEMENT_AT_BOOT | ( | include_tga1 | , | |
| IMAGEREADERREGISTER.AddDecoder(LoadTGA,"\0\0\2"); | ||||
| ) |