move all image decoders into separate files

This commit is contained in:
Ludwig Nussel 2008-02-14 11:13:18 +00:00
parent a3d62033d8
commit 85ba66e7e8
11 changed files with 1313 additions and 1255 deletions

View file

@ -0,0 +1 @@
void LoadPCX( const char *name, byte **pic, int *width, int *height );