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

12 lines
196 B
C++

#ifndef GAMEPREGAMEMENU_H
#define GAMEPREGAMEMENU_H
namespace Game {
namespace PreGameSetup {
void SetUpNewGame();
void ContinueOldGame();
} // namespace PreGameSetup
} // namespace Game
#endif