mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-19 16:39:31 +01:00
17 lines
313 B
C
17 lines
313 B
C
#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[];
|
|
|