Files
makefile_cpp/Make/2048/headers/menu.hpp
2023-04-13 14:02:08 +08:00

9 lines
94 B
C++

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