aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2004-11-09 10:49:08 +0000
committerChris Apers2004-11-09 10:49:08 +0000
commit58557e6457acc1804ae66c06cfcaf8cbe8610537 (patch)
treef3c48d4d89719c60446cf6a86627e477c0cce95b /backends
parent618971dd2fbee8b075b7c888f3abdff8aba47897 (diff)
downloadscummvm-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.h11
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