diff options
author | Chris Apers | 2005-10-12 20:08:07 +0000 |
---|---|---|
committer | Chris Apers | 2005-10-12 20:08:07 +0000 |
commit | 89e27f5edc9e0944ed4a5dfbcf6ca9fb93042a51 (patch) | |
tree | 750dab02a8e5bdc550fd0da8765c632cf5ee5d84 /backends | |
parent | 797b6e5a7c8cf51a1b9aacb3f0e756f8a972148b (diff) | |
download | scummvm-rg350-89e27f5edc9e0944ed4a5dfbcf6ca9fb93042a51.tar.gz scummvm-rg350-89e27f5edc9e0944ed4a5dfbcf6ca9fb93042a51.tar.bz2 scummvm-rg350-89e27f5edc9e0944ed4a5dfbcf6ca9fb93042a51.zip |
New backends
svn-id: r19041
Diffstat (limited to 'backends')
-rw-r--r-- | backends/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/intern.h b/backends/intern.h index 29cabd85c0..25873c421a 100644 --- a/backends/intern.h +++ b/backends/intern.h @@ -40,6 +40,8 @@ extern OSystem *OSystem_PS2_create(); extern OSystem *OSystem_PSP_create(); extern OSystem *OSystem_SymbianOS_create(); +extern OSystem *OSystem_PalmOS5_create(); +extern OSystem *OSystem_PalmZodiac_create(); #ifdef _WIN32_WCE #define SAMPLES_PER_SEC 22050 |