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

24 lines
546 B
C

/***********************************************************************
*
* Copyright (c) 1995-1997, Palm Computing Inc., All Rights Reserved
*
* PROJECT: Pilot
* FILE: AboutBox.h
* AUTHOR: Christopher Raff: October 25th, 1995
*
* DECLARER: UI
*
* DESCRIPTION:
* This file defines About Box routines
*
***********************************************************************/
#ifndef __ABOUTBOX_H__
#define __ABOUTBOX_H__
extern void AbtShowAbout (DWord creator)
SYS_TRAP(sysTrapAbtShowAbout);
#endif // __ABOUTBOX_H__