palm-os-sdk/sdk-1/include/Core/UI/Init.h
2016-08-25 07:53:48 -03:00

26 lines
579 B
C

/***********************************************************************
*
* Copyright (c) Palm Computing 1995 -- All Rights Reserved
*
* PROJECT: Pilot
* FILE: Init.h
* AUTHOR: Art Lamb: Jan 25, 1995
*
* DECLARER: UI
*
* DESCRIPTION:
* This file defines UI initialization routines.
*
**********************************************************************/
#ifndef __INIT_H__
#define __INIT_H__
extern void UIInitialize (void)
SYS_TRAP(sysTrapUIInitialize);
extern void UIReset (void)
SYS_TRAP(sysTrapUIReset);
#endif __INIT_H__