/*
 * note.h
 *
 * [Generated from note, 25 September 1996]
 */

#if !defined(__CC_NORCROFT) || !defined(__arm)
  #error You must use the Norcroft ARM Compiler for Sapphire programs
#endif

#pragma include_only_once
#pragma force_top_level

#ifndef __note_h
#define __note_h

#ifndef __sapphire_h
  #include "sapphire.h"
#endif

/*----- Overview ----------------------------------------------------------*
 *
 * Functions provided:
 *
 *  note
 */

/* --- note --- *
 *
 * On entry:	R0 == pointer to a piece of text to display
 *
 * On exit:	--
 *
 * Use:		Displays some text in a small window.
 */

extern routine note;

/*----- That's all, folks -------------------------------------------------*/

#endif
