home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / Atari800 / ui.h < prev    next >
C/C++ Source or Header  |  1997-09-30  |  176b  |  11 lines

  1. #ifndef __UI__
  2. #define __UI__
  3.  
  4. void ui (UBYTE *screen);
  5.  
  6. /* generic functions for all display routines */
  7. void Atari_DisplayScreen(UBYTE *);
  8. int Atari_Keyboard (void);
  9.  
  10. #endif
  11.