/*
 * dynPtr.h
 *
 * [Generated from dynPtr, 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 __dynPtr_h
#define __dynPtr_h

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

/*----- Overview ----------------------------------------------------------*
 *
 * Functions provided:
 *
 *  dynPtr_change
 */

/* --- dynPtr_change --- *
 *
 * On entry:	R0 == pointer to string to use
 *		R1 == pointer to pointer name
 *		R2 == x hot spot
 *		R3 == y hot spot
 *
 * On exit:	--
 *
 * Use:		Attaches a string to the default pointer shape.
 */

extern routine dynPtr_change;

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

#endif
