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=0000000000000000000000000000000000000000;hb=4b23f27092a9470a741e3a18261ad389fd1929db;hp=5b0ac2bc65c5c7b6d492ee91af09fe84cb417bf8;hpb=5d8d1deb6c3520abadbad86d202ea453df77bfc2;p=16.git diff --git a/16/v2/source/ENGINE/IMAGE.H b/16/v2/source/ENGINE/IMAGE.H deleted file mode 100755 index 5b0ac2bc..00000000 --- a/16/v2/source/ENGINE/IMAGE.H +++ /dev/null @@ -1,25 +0,0 @@ -/* -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