From 62c4acc6b36639ebcbd2d9161af9b563e0c561f1 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 6 Dec 2015 22:50:41 +0200 Subject: LAB: Change the gadget lists to use Common::List --- engines/lab/eventman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/lab/eventman.h') diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h index 156fb96adc..a156a8a823 100644 --- a/engines/lab/eventman.h +++ b/engines/lab/eventman.h @@ -55,10 +55,10 @@ private: public: EventManager (LabEngine *vm); - Gadget *_screenGadgetList; + GadgetList *_screenGadgetList; Gadget *_hitGadget; - Gadget *checkGadgetHit(Gadget *gadgetList, Common::Point pos); + Gadget *checkGadgetHit(GadgetList *gadgetList, Common::Point pos); void initMouse(); void updateMouse(); void mouseShow(); @@ -67,7 +67,7 @@ public: void setMousePos(Common::Point pos); bool mouseButton(uint16 *x, uint16 *y, bool leftButton); Gadget *mouseGadget(); - void attachGadgetList(Gadget *gadgetList); + void attachGadgetList(GadgetList *gadgetList); void mouseHandler(int flag, Common::Point pos); bool keyPress(uint16 *keyCode); bool haveNextChar(); -- cgit v1.2.3