home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / AmiSlate-Source / AmiSource-h / display.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-31  |  140 b   |  11 lines

  1. /* Display.h */
  2.  
  3. #ifndef DISPLAY_H
  4. #define DISPLAY_H
  5.  
  6. struct Screen *GetDisplay(UWORD uwRHeight, UWORD uwRWidth, UBYTE ubRDepth);
  7.  
  8.  
  9. #endif
  10.  
  11.