home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d0xx
/
d058
/
bigview.lha
/
BigView
/
iff.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-03-17
|
234 b
|
12 lines
/* iff.h; NewZAP support routines; (c) 1986-87 DJH */
#define LOWIDTH 376 /* includes OVERSCAN! */
#define LOHEIGHT 242
#define MAXCOLORS 32
struct PicMap {
long ViewModes;
UWORD colormap[MAXCOLORS];
struct BitMap BitMap;
};