J :
* ostream printing of JGui objects.
This commit is contained in:
@@ -20,6 +20,7 @@ class CardDisplay:public PlayGuiObjectController{
|
||||
bool CheckUserInput(u32 key);
|
||||
void Render();
|
||||
void init(MTGGameZone * zone);
|
||||
virtual ostream& toString(ostream& out) const;
|
||||
};
|
||||
|
||||
|
||||
@@ -29,4 +30,7 @@ class DefaultTargetDisplay:CardDisplay{
|
||||
DefaultTargetDisplay(int id, GameObserver* _game, int _x, int _y, JGuiListener * _listener, int _nb_displayed_items );
|
||||
~DefaultTargetDisplay();
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream& out, const CardDisplay& m);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user