aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 33ed36751a..098a98025e 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -253,8 +253,8 @@ public:
/**
* @defgroup MPAL variables
- *
- */
+ */
+ //@{
uint32 _mpalError;
LPITEMIRQFUNCTION _lpiifCustom;
LPLPCUSTOMFUNCTION _lplpFunctions;
@@ -292,6 +292,8 @@ public:
uint32 _nExecutingDialog;
uint32 _nExecutingChoice;
uint32 _nSelectedChoice;
+
+ //@}
};
} // End of namespace Tony