diff options
author | Chris Apers | 2007-05-01 09:31:58 +0000 |
---|---|---|
committer | Chris Apers | 2007-05-01 09:31:58 +0000 |
commit | 64b771412590b4e53283090c7360fb8224e76f07 (patch) | |
tree | 92658933048af89bef3d90ad49dc65af5b19e564 /backends/platform | |
parent | 5f77c8ff30eee7be5c693a91025d5f69a53d98dd (diff) | |
download | scummvm-rg350-64b771412590b4e53283090c7360fb8224e76f07.tar.gz scummvm-rg350-64b771412590b4e53283090c7360fb8224e76f07.tar.bz2 scummvm-rg350-64b771412590b4e53283090c7360fb8224e76f07.zip |
This file is now part of an external PalmOS SDK
svn-id: r26688
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/PalmOS/Src/palmversion.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/backends/platform/PalmOS/Src/palmversion.h b/backends/platform/PalmOS/Src/palmversion.h deleted file mode 100644 index d4362ddd61..0000000000 --- a/backends/platform/PalmOS/Src/palmversion.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef PALMVERSION_H -#define PALMVERSION_H - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(COMPILE_ZODIAC) -# include <tapwave.h> -#else -# include <PalmOS.h> -# include <VFSMgr.h> -#endif - -#ifdef __cplusplus -} -#endif - -#endif |