///////////////////////////////////////////////////////
| 50 | |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | WindowBase::WindowBase(VideoMode mode, const String& title, std::uint32_t style, State state) |
| 53 | { |
| 54 | WindowBase::create(mode, title, style, state); |
| 55 | } |
| 56 | |
| 57 | |
| 58 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected