| 47 | ~Window() { Close(); } |
| 48 | |
| 49 | [[nodiscard]] std::string ToString() const { return TextFormat("Window(%dx%d)", GetWidth(), GetHeight()); } |
| 50 | |
| 51 | operator std::string() const { return ToString(); } |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected