mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-03 09:33:16 +08:00
9 lines
94 B
C++
9 lines
94 B
C++
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
namespace Menu {
|
|
void startMenu();
|
|
} // namespace Menu
|
|
|
|
#endif
|