#ifndef MENU_H #define MENU_H namespace Menu { void startMenu(); } // namespace Menu #endif