Erwan
-some memory leaks fixes
This commit is contained in:
@@ -64,6 +64,7 @@ class GuiHandSelf : public GuiHand
|
||||
|
||||
public:
|
||||
GuiHandSelf(CardSelector* cs, MTGHand* hand);
|
||||
~GuiHandSelf();
|
||||
virtual int receiveEventPlus(WEvent* e);
|
||||
virtual int receiveEventMinus(WEvent* e);
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ class GuiMana : public GuiLayer
|
||||
vector<ManaIcon*> manas;
|
||||
public:
|
||||
GuiMana();
|
||||
~GuiMana();
|
||||
virtual void Render();
|
||||
virtual void Update(float dt);
|
||||
virtual int receiveEventPlus(WEvent * e);
|
||||
|
||||
Reference in New Issue
Block a user