diff options
author | Chris Apers | 2004-11-09 10:49:08 +0000 |
---|---|---|
committer | Chris Apers | 2004-11-09 10:49:08 +0000 |
commit | 58557e6457acc1804ae66c06cfcaf8cbe8610537 (patch) | |
tree | f3c48d4d89719c60446cf6a86627e477c0cce95b /backends | |
parent | 618971dd2fbee8b075b7c888f3abdff8aba47897 (diff) | |
download | scummvm-rg350-58557e6457acc1804ae66c06cfcaf8cbe8610537.tar.gz scummvm-rg350-58557e6457acc1804ae66c06cfcaf8cbe8610537.tar.bz2 scummvm-rg350-58557e6457acc1804ae66c06cfcaf8cbe8610537.zip |
Move common palm definitions
svn-id: r15744
Diffstat (limited to 'backends')
-rw-r--r-- | backends/PalmOS/Src/palmdefs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/palmdefs.h b/backends/PalmOS/Src/palmdefs.h new file mode 100644 index 0000000000..759badb73a --- /dev/null +++ b/backends/PalmOS/Src/palmdefs.h @@ -0,0 +1,11 @@ +#ifndef PALMDEFS_H +#define PALMDEFS_H + +#define appFileCreator 'ScVM' +#define sysAppLaunchCustomDeleteEngine (sysAppLaunchCmdCustomBase + 0) + +SysAppInfoPtr SysGetAppInfo(SysAppInfoPtr *uiAppPP, SysAppInfoPtr *actionCodeAppPP) + SYS_TRAP(sysTrapSysGetAppInfo); + + +#endif
\ No newline at end of file |