initial proton code

This commit is contained in:
2025-06-22 22:40:46 -07:00
parent 7b7e71fdff
commit 09c70b0de4
3 changed files with 32 additions and 0 deletions

View File

@@ -9,5 +9,6 @@
namespace cellar {
namespace steam {
extern std::vector<std::string> find_steam_libraries();
extern std::map<std::string, std::string> find_steam_protons();
}
}