Defines | Functions

src/cannonball/src/LevelTGA.cpp File Reference

#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 Documentation

#define CHECK (   _b  )     if(_b){fclose(file);return false;}

Function Documentation

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.