mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
b36677af71
svn-id: r19142
12 lines
273 B
C
12 lines
273 B
C
#ifndef PALMDEFS_H
|
|
#define PALMDEFS_H
|
|
|
|
#define appFileCreator 'ScVM'
|
|
#define sysAppLaunchCustomDeleteEngine (sysAppLaunchCmdCustomBase + 0)
|
|
|
|
SysAppInfoPtr SysGetAppInfo(SysAppInfoPtr *uiAppPP, SysAppInfoPtr *actionCodeAppPP)
|
|
SYS_TRAP(sysTrapSysGetAppInfo);
|
|
|
|
|
|
#endif
|