23 lines
581 B
C
Executable File
23 lines
581 B
C
Executable File
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1994-2004 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: PalmOS.h
|
|
*
|
|
* Release: eclipse 5 SDK (68K) R4.
|
|
*
|
|
* Description:
|
|
* Public includes for the whole core OS, generally apps/panels/libraries
|
|
* only need to include this.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __PALMOS_H__
|
|
#define __PALMOS_H__
|
|
|
|
#include <PalmTypes.h>
|
|
#include <SystemPublic.h>
|
|
#include <UIPublic.h>
|
|
|
|
#endif // __PALMOS_H__
|