J :
* ostream printing of JGui objects.
This commit is contained in:
@@ -400,4 +400,9 @@ void ManaCost::Dump(){
|
||||
OutputDebugString("\n=============\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
ostream& operator<<(ostream& out, const ManaCost& m)
|
||||
{
|
||||
return out << "(manacost)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user