#include "draw.hpp" #include "game_draw.hpp" namespace game_draw { void draw() { std::size_t width; std::size_t height; } }