Initial revision
[ssr] / StraySrc / Libraries / Sapphire / csapph / h / note
1 /*
2 * note.h
3 *
4 * [Generated from note, 25 September 1996]
5 */
6
7 #if !defined(__CC_NORCROFT) || !defined(__arm)
8 #error You must use the Norcroft ARM Compiler for Sapphire programs
9 #endif
10
11 #pragma include_only_once
12 #pragma force_top_level
13
14 #ifndef __note_h
15 #define __note_h
16
17 #ifndef __sapphire_h
18 #include "sapphire.h"
19 #endif
20
21 /*----- Overview ----------------------------------------------------------*
22 *
23 * Functions provided:
24 *
25 * note
26 */
27
28 /* --- note --- *
29 *
30 * On entry: R0 == pointer to a piece of text to display
31 *
32 * On exit: --
33 *
34 * Use: Displays some text in a small window.
35 */
36
37 extern routine note;
38
39 /*----- That's all, folks -------------------------------------------------*/
40
41 #endif