#pragma once namespace menu { void start(); bool option(const char* label); namespace popup { void start(); bool option(const char* label); void end(); } }