home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Title : Risc-OS front end routines.
- * System : Any
- * Version "1.0"
- * Copyright : (c) AIT Ltd.
- * Date : 9th October, 1992
- * Author : John H. Winters
- *
- * Function : Declares routines to handle the Risc-OS front end.
- *
- *
- * Modification history.
- *
- * Version :
- * Date :
- * Author :
- * Changes :
- *
- */
-
- #include "global.h"
-
- /*
- *============================================================================
- *
- * Externally visible routines.
- *
- *============================================================================
- */
-
- extern uint FE_BeginProcessing (void) ;
-
- extern uint FE_LoadResources (void) ;
-
- extern void FE_PutText (
- const U8 *text) ;
-
- extern void FE_WindDown (void) ;
-
-