Hi !
raylib::Window::GetSize() is not const even though it only uses the GetWidth() and GetHeight() methods, which are both const.
raylib::Window::GetSize() is also the only getter that is not marked as const, so I think this is an oversight rather than a design choice.