aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_window.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-09-30 11:18:54 +0200
committerEinar Johan Trøan Sømåen2013-09-30 11:18:54 +0200
commit12e7cb401f80d8e1dee1af67817333d897508dfb (patch)
tree08c5b4452ce79d6118304725ecdaed5b2a20a824 /engines/wintermute/ui/ui_window.h
parent15d98724d85b33d9918125999d6f654736ef10af (diff)
downloadscummvm-rg350-12e7cb401f80d8e1dee1af67817333d897508dfb.tar.gz
scummvm-rg350-12e7cb401f80d8e1dee1af67817333d897508dfb.tar.bz2
scummvm-rg350-12e7cb401f80d8e1dee1af67817333d897508dfb.zip
WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, TransparentSurface)
Diffstat (limited to 'engines/wintermute/ui/ui_window.h')
-rw-r--r--engines/wintermute/ui/ui_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_window.h b/engines/wintermute/ui/ui_window.h
index d8dae8c0d3..a603e0f7b9 100644
--- a/engines/wintermute/ui/ui_window.h
+++ b/engines/wintermute/ui/ui_window.h
@@ -72,7 +72,7 @@ public:
virtual bool scSetProperty(const char *name, ScValue *value) override;
virtual bool scCallMethod(ScScript *script, ScStack *stack, ScStack *thisStack, const char *name) override;
virtual const char *scToString();
-
+
bool getInGame() const;
TWindowMode getMode() const;