move png support to separate file

This commit is contained in:
Ludwig Nussel 2008-02-12 10:03:21 +00:00
parent cb06e3e93a
commit 4eec54c338
4 changed files with 2469 additions and 2447 deletions

View file

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