23 lines
559 B
C
23 lines
559 B
C
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1994-2003 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: PalmOS.h
|
|
*
|
|
* Release: Palm OS 5 SDK (68K) R3.
|
|
*
|
|
* 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__
|