This commit is contained in:
13
projects/mtg/include/GuiCardsController.h
Normal file
13
projects/mtg/include/GuiCardsController.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _GUI_CARDS_CONTROLLER_H_
|
||||
#define _GUI_CARDS_CONTROLLER_H_
|
||||
|
||||
|
||||
#include "PlayGuiObjectController.h"
|
||||
|
||||
class GuiCardsController : public PlayGuiObjectController{
|
||||
public:
|
||||
GuiCardsController(int id, GameObserver* _game):PlayGuiObjectController(id, _game){};
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user