aboutsummaryrefslogtreecommitdiff
path: root/backends/intern.h
diff options
context:
space:
mode:
authorJoost Peters2005-08-16 17:15:37 +0000
committerJoost Peters2005-08-16 17:15:37 +0000
commitbc394b6ea3468b5d84294f1dfc9ad23e87333281 (patch)
tree0ca64021186b44889c8b5251da2aa4616b008acd /backends/intern.h
parent8cbdf0e6295fd31b2a355fdb4c7bdc84176c1b48 (diff)
downloadscummvm-rg350-bc394b6ea3468b5d84294f1dfc9ad23e87333281.tar.gz
scummvm-rg350-bc394b6ea3468b5d84294f1dfc9ad23e87333281.tar.bz2
scummvm-rg350-bc394b6ea3468b5d84294f1dfc9ad23e87333281.zip
Added: PSP backend
svn-id: r18696
Diffstat (limited to 'backends/intern.h')
-rw-r--r--backends/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/intern.h b/backends/intern.h
index 5b8f712ee1..29cabd85c0 100644
--- a/backends/intern.h
+++ b/backends/intern.h
@@ -37,6 +37,7 @@ extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
extern OSystem *OSystem_GP32_create();
extern OSystem *OSystem_PALMOS_create();
extern OSystem *OSystem_PS2_create();
+extern OSystem *OSystem_PSP_create();
extern OSystem *OSystem_SymbianOS_create();