#include "main.h"
Go to the source code of this file.
Defines | |
#define | CHECK(_b) if(_b){fclose(file);return false;} |
Functions | |
bool | LoadUncompressedTGA (int &width, int &height, Pixel **outData, FILE *datei) |
bool | LoadCompressedTGA (int &width, int &height, Pixel **outData, FILE *datei) |
#define CHECK | ( | _b | ) | if(_b){fclose(file);return false;} |
bool LoadCompressedTGA | ( | int & | width, | |
int & | height, | |||
Pixel ** | outData, | |||
FILE * | datei | |||
) |
Definition at line 46 of file LevelTGA.cpp.
bool LoadUncompressedTGA | ( | int & | width, | |
int & | height, | |||
Pixel ** | outData, | |||
FILE * | datei | |||
) |
Definition at line 3 of file LevelTGA.cpp.