MorePalmOS.h
Go to the documentation of this file.00001 /****************************************************************************** 00002 * MorePalmOS 00003 * Copyright (c) 2004 Steven Fisher 00004 * 00005 * Distributed under the Boost Software License, Version 1.0. See accompanying 00006 * license file License.txt or <http://www.boost.org/LICENSE_1_0.txt>. 00007 * 00008 * http://morepalmos.sourceforge.net 00009 * 00010 * MorePalmOS is the humble begining of an attempt to provide a library for 00011 * Palm OS development which works around system bugs, illustrate how to 00012 * use system calls, and provide "glue code" for programming Palm OS 00013 * applications in a more straightforward way while minimally impacting 00014 * code size. 00015 *****************************************************************************/ 00016 00020 #ifndef MOREPALMOS_H 00021 #define MOREPALMOS_H 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 #include "MoreConfig.h" 00028 #include "MoreControl.h" 00029 #include "MoreDataMgr.h" 00030 #include "MoreDateTime.h" 00031 #include "MoreErrorMgr.h" 00032 #include "MoreEvent.h" 00033 #include "MoreField.h" 00034 #include "MoreForm.h" 00035 #include "MoreList.h" 00036 #include "MoreMacro.h" 00037 #include "MoreMemoryMgr.h" 00038 #include "MorePreferences.h" 00039 #include "MoreRect.h" 00040 #include "MoreStringMgr.h" 00041 #include "MoreSystemMgr.h" 00042 #include "MoreTable.h" 00043 #include "MoreTextMgr.h" 00044 #include "MoreTimeMgr.h" 00045 #include "MoreTypes.h" 00046 #include "MoreVersion.h" 00047 #include "MoreWindow.h" 00048 00049 #ifdef __cplusplus 00050 } 00051 #endif 00052 00053 #endif