mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-20 00:49:35 +01:00
The source release of the qutils.
This commit is contained in:
16
qutils/QLUMPY/QLUMPY.H
Normal file
16
qutils/QLUMPY/QLUMPY.H
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "cmdlib.h"
|
||||
#include "scriplib.h"
|
||||
#include "lbmlib.h"
|
||||
#include "wadlib.h"
|
||||
|
||||
|
||||
extern byte *byteimage, *lbmpalette;
|
||||
extern int byteimagewidth, byteimageheight;
|
||||
|
||||
#define SCRN(x,y) (*(byteimage+(y)*byteimagewidth+x))
|
||||
|
||||
extern byte *lump_p;
|
||||
extern byte *lumpbuffer;
|
||||
|
||||
extern char lumpname[];
|
||||
|
||||
Reference in New Issue
Block a user