home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / quake106 / utils / qlumpy / qlumpy.h < prev    next >
C/C++ Source or Header  |  1996-09-12  |  313b  |  17 lines

  1. #include "cmdlib.h"
  2. #include "scriplib.h"
  3. #include "lbmlib.h"
  4. #include "wadlib.h"
  5.  
  6.  
  7. extern  byte    *byteimage, *lbmpalette;
  8. extern  int     byteimagewidth, byteimageheight;
  9.  
  10. #define SCRN(x,y)       (*(byteimage+(y)*byteimagewidth+x))
  11.  
  12. extern  byte    *lump_p;
  13. extern  byte    *lumpbuffer;
  14.  
  15. extern    char    lumpname[];
  16.  
  17.