cellar/include/internal/steam.hpp

13 lines
203 B
C++
Raw Normal View History

2025-02-03 17:50:33 -08:00
#pragma once
#include <map>
#include <string>
#include <vector>
#include "commands.hpp"
namespace cellar {
namespace steam {
extern std::vector<std::string> find_steam_libraries();
}
}