aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/SXStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/scriptables/SXStore.cpp')
-rw-r--r--engines/wintermute/Base/scriptables/SXStore.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wintermute/Base/scriptables/SXStore.cpp b/engines/wintermute/Base/scriptables/SXStore.cpp
index 26d19376a1..54280e8b29 100644
--- a/engines/wintermute/Base/scriptables/SXStore.cpp
+++ b/engines/wintermute/Base/scriptables/SXStore.cpp
@@ -42,6 +42,10 @@ namespace WinterMute {
IMPLEMENT_PERSISTENT(CSXStore, false)
+CBScriptable *makeSXStore(CBGame *inGame, CScStack *stack) {
+ return new CSXStore(inGame);
+}
+
//////////////////////////////////////////////////////////////////////////
CSXStore::CSXStore(CBGame *inGame) : CBObject(inGame) {
#ifdef __IPHONEOS__