| 16 | class String; |
| 17 | class Color; |
| 18 | class Font; |
| 19 | |
| 20 | SFGUI_API std::ostream& operator<<( std::ostream& stream, const Color& color ); |
| 21 | SFGUI_API std::istream& operator>>( std::istream& stream, Color& color ); |
nothing calls this directly
no outgoing calls
no test coverage detected