aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BObject.h')
-rw-r--r--engines/wintermute/Base/BObject.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/Base/BObject.h b/engines/wintermute/Base/BObject.h
index 20bc17baac..8bd980a710 100644
--- a/engines/wintermute/Base/BObject.h
+++ b/engines/wintermute/Base/BObject.h
@@ -133,10 +133,10 @@ public:
public:
// scripting interface
- virtual CScValue *ScGetProperty(const char *Name);
- virtual HRESULT ScSetProperty(const char *Name, CScValue *Value);
- virtual HRESULT ScCallMethod(CScScript *Script, CScStack *Stack, CScStack *ThisStack, const char *Name);
- virtual const char *ScToString();
+ virtual CScValue *scGetProperty(const char *Name);
+ virtual HRESULT scSetProperty(const char *Name, CScValue *Value);
+ virtual HRESULT scCallMethod(CScScript *Script, CScStack *Stack, CScStack *ThisStack, const char *Name);
+ virtual const char *scToString();
};
} // end of namespace WinterMute