]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/netradiant-src/tools/quake3/common/imagelib.h
Update netRadiant source
[voretournament/voretournament.git] / misc / source / netradiant-src / tools / quake3 / common / imagelib.h
index 2371b48af4065bbe4c881b930c6b442272d8a44d..36d975b5a112db6093251fa1d10a3f4bc2886dfe 100644 (file)
@@ -40,6 +40,7 @@ void LoadTGA (const char *filename, byte **pixels, int *width, int *height);
 void LoadTGABuffer ( const byte *buffer, const byte* enddata, byte **pic, int *width, int *height);
 void WriteTGA (const char *filename, byte *data, int width, int height);
 void WriteTGAGray (const char *filename, byte *data, int width, int height);
+int LoadJPGBuff( void *src_buffer, int src_size, unsigned char **pic, int *width, int *height );
 
 void Load32BitImage (const char *name, unsigned **pixels, int *width, int *height);