* Add ostream op
This commit is contained in:
jean.chalard
2009-06-11 13:55:03 +00:00
parent ff848d260f
commit c1565450e5

View File

@@ -110,5 +110,6 @@ class JGuiController
//void SetShadingBackground(int x, int y, int width, int height, PIXEL_TYPE color);
};
ostream& operator<<(ostream &out, const JGuiObject &j);
#endif