#ifndef CLIENT_WINDOW_HH_ #define CLIENT_WINDOW_HH_ #include #include #include #include #include #include #include #include #include #include "client/client.hh" #include "client/draw.hh" #include "client/input.hh" #include "client/settings.hh" #include "shared/shared.hh" namespace client { namespace window { void draw() noexcept; bool is_open() noexcept; } // namespace window } // namespace client #endif