aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/ui_component.h
diff options
context:
space:
mode:
authorPeter Kohaut2018-01-29 20:32:28 +0100
committerPeter Kohaut2018-01-29 20:42:35 +0100
commita4229c93989843c17fcdef4363cdd9302f828725 (patch)
tree2a01e2ff6da1e18743ad68a99397a6505943b023 /engines/bladerunner/ui/ui_component.h
parent0c930b06ed7030686c7774f18126b3d37a678d60 (diff)
downloadscummvm-rg350-a4229c93989843c17fcdef4363cdd9302f828725.tar.gz
scummvm-rg350-a4229c93989843c17fcdef4363cdd9302f828725.tar.bz2
scummvm-rg350-a4229c93989843c17fcdef4363cdd9302f828725.zip
BLADERUNNER: Completed KIA interface
Added Diagnostic section - small button above main buttons Added Pogo section - easter egg - write "pogo" while KIA is open Code formatting again
Diffstat (limited to 'engines/bladerunner/ui/ui_component.h')
-rw-r--r--engines/bladerunner/ui/ui_component.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/bladerunner/ui/ui_component.h b/engines/bladerunner/ui/ui_component.h
index 9c290d9dcb..c3a8c21b21 100644
--- a/engines/bladerunner/ui/ui_component.h
+++ b/engines/bladerunner/ui/ui_component.h
@@ -37,8 +37,7 @@ class BladeRunnerEngine;
typedef void UIComponentCallback(void *callbackData, void *source);
-class UIComponent
-{
+class UIComponent {
protected:
BladeRunnerEngine *_vm;