home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 20
/
AACD20.BIN
/
AACD
/
Programming
/
AmiSlate-Source
/
AmiSource-h
/
display.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
|
1995-07-31
|
140 b
|
11 lines
/* Display.h */
#ifndef DISPLAY_H
#define DISPLAY_H
struct Screen *GetDisplay(UWORD uwRHeight, UWORD uwRWidth, UBYTE ubRDepth);
#endif