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

33 lines
645 B
C

/***********************************************************************
*
* Copyright (c) 1994-1999 3Com Corporation or its subsidiaries.
* All rights reserved.
*
* PROJECT: Touchdown
* FILE: GraffitifUI.h
* AUTHOR: Roger Flores: Sep 15, 1995
*
* DECLARER: UI
*
* DESCRIPTION:
* This file defines Graffiti UI routines.
*
**********************************************************************/
#ifndef __GRFUI_H__
#define __GRFUI_H__
#ifdef __cplusplus
extern "C" {
#endif
extern void SysGrfShortCutListDialog ()
SYS_TRAP(sysTrapSysGrfShortCutListDialog);
#ifdef __cplusplus
}
#endif
#endif __GRFUI_H__