home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / GFXView / Builds / h / viewer < prev   
Encoding:
Text File  |  1995-10-09  |  407 b   |  15 lines

  1. /*** viewer.h ***/
  2. /* A viewer is a window containing a picture.
  3.  * Viewers automatically construct themselves when the user loads a picture
  4.  * into this program
  5.  * (c) Paul Field 1995
  6.  * v1.00 - 15/9/1995
  7.  * v1.10 - 9/10/1995 - A viewer now views a picture rather than a sprite
  8.  */
  9.  
  10.  
  11. void viewer_initialise(void);
  12.  /* Exceptions: os
  13.   * Sets up event handlers etc. necessary for the viewer sub-system
  14.   */
  15.