#pragma once #include bool saveGame(const std::string& file); bool loadGame(const std::string& file);