stubbing out for big things ahead :)

This commit is contained in:
2025-01-20 15:42:44 -08:00
parent 2d620be9d8
commit ce8c26e58c
7 changed files with 3827 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <string>
#include <vector>
namespace cellar {
namespace steam {
extern std::vector<std::string> find_steam_libraries();
}
}