Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
bool saveGame(const std::string& file);
|
||||
bool loadGame(const std::string& file);
|
||||
Reference in New Issue
Block a user