X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fv2%2Fsource%2FENGINE%2FIMAGE.H;fp=16%2Fv2%2Fsource%2FENGINE%2FIMAGE.H;h=5b0ac2bc65c5c7b6d492ee91af09fe84cb417bf8;hb=47cdc66151d973d975d0e31fb8a786eb639bebdb;hp=0000000000000000000000000000000000000000;hpb=4b23f27092a9470a741e3a18261ad389fd1929db;p=16.git diff --git a/16/v2/source/ENGINE/IMAGE.H b/16/v2/source/ENGINE/IMAGE.H new file mode 100755 index 00000000..5b0ac2bc --- /dev/null +++ b/16/v2/source/ENGINE/IMAGE.H @@ -0,0 +1,25 @@ +/* +Copyright (C) 1998 BJ Eirich (aka vecna) +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU General Public Lic +See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef IMAGE_H +#define IMAGE_H + +word width, depth; + +void VLoadImage(char *fname, byte *dest); +byte *VLoadImageBuf(char *fname); + +#endif