13 lines
203 B
C++
13 lines
203 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
#include "commands.hpp"
|
|
|
|
namespace cellar {
|
|
namespace steam {
|
|
extern std::vector<std::string> find_steam_libraries();
|
|
}
|
|
} |