From fd2d4622966d36299129b3f1654484b49ee0c996 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 28 Aug 2016 17:52:56 -0400 Subject: XEEN: Moved method comments from CPP to header files --- engines/xeen/dialogs.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/xeen/dialogs.h') diff --git a/engines/xeen/dialogs.h b/engines/xeen/dialogs.h index 6e809ba2dc..51eafa5f54 100644 --- a/engines/xeen/dialogs.h +++ b/engines/xeen/dialogs.h @@ -53,12 +53,18 @@ protected: Common::Array _buttons; int _buttonValue; + /** + * Draws the scroll in the background + */ void doScroll(XeenEngine *vm, bool drawFlag, bool doFade); bool checkEvents(XeenEngine *vm); public: ButtonContainer() : _buttonValue(0) {} + /** + * Saves the current list of buttons + */ void saveButtons(); void clearButtons(); @@ -71,6 +77,9 @@ public: void addPartyButtons(XeenEngine *vm); + /** + * Draws the buttons onto the passed surface + */ void drawButtons(XSurface *surface); }; -- cgit v1.2.3