QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tga.c File Reference

Macros

#define NUM_DECODERS
 
#define rle_expand(expand)
 

Typedefs

typedef void(* decoder_t )(TargaHeader *, tex_t *, byte *)
 

Functions

struct tex_sLoadTGA (QFile *fin)
 
void WriteTGAfile (const char *tganame, byte *data, int width, int height)
 

Macro Definition Documentation

#define NUM_DECODERS
Value:
(sizeof (decoder_functions) \
/ sizeof (decoder_functions[0]))
#define rle_expand (   expand)

Typedef Documentation

typedef void(* decoder_t)(TargaHeader *, tex_t *, byte *)

Function Documentation

struct tex_s* LoadTGA ( QFile fin)
void WriteTGAfile ( const char *  tganame,
byte data,
int  width,
int  height 
)