home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / desktop / t / utils / !Logger_H_FE < prev    next >
Encoding:
Text File  |  1992-10-24  |  816 b   |  41 lines

  1. /*
  2.  *
  3.  *       Title      : Risc-OS front end routines.
  4.  *       System     : Any
  5.  *       Version      "1.0"
  6.  *       Copyright  : (c) AIT Ltd.
  7.  *       Date       : 9th October, 1992
  8.  *       Author     : John H. Winters
  9.  *
  10.  *       Function   : Declares routines to handle the Risc-OS front end.
  11.  *
  12.  *
  13.  *       Modification history.
  14.  *
  15.  *       Version  :
  16.  *       Date     :
  17.  *       Author   :
  18.  *       Changes  :
  19.  *
  20.  */
  21.  
  22. #include "global.h"
  23.  
  24. /*
  25.  *============================================================================
  26.  *
  27.  *  Externally visible routines.
  28.  *
  29.  *============================================================================
  30.  */
  31.  
  32. extern uint FE_BeginProcessing (void) ;
  33.  
  34. extern uint FE_LoadResources (void) ;
  35.  
  36. extern void FE_PutText (
  37.     const U8 *text) ;
  38.  
  39. extern void FE_WindDown (void) ;
  40.  
  41.