palm-os-sdk/sdk-5r3/include/Core/UI/Launcher.h
2016-04-06 13:22:15 -07:00

40 lines
901 B
C

/******************************************************************************
*
* Copyright (c) 1995-2003 PalmSource, Inc. All rights reserved.
*
* File: Launcher.h
*
* Release: Palm OS 5 SDK (68K) R3.
*
* Description:
* These are the routines for the launcher.
*
*****************************************************************************/
#ifndef __LAUNCHER_H__
#define __LAUNCHER_H__
#include <PalmTypes.h>
#include <CoreTraps.h>
/************************************************************
* Launcher procedures
*************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
// We're leaving the trap in place for now, but it just does a SysUIAppSwitch to
// launch the real launcher. --Bob 21-Jul-00
void SysAppLauncherDialog()
SYS_TRAP(sysTrapSysAppLauncherDialog);
#ifdef __cplusplus
}
#endif
#endif // __LAUNCHER_H__