cellar list now includes proton bottles
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#pragma once
|
||||
#include <map>
|
||||
|
||||
#include "bottles.hpp"
|
||||
|
||||
namespace cellar {
|
||||
namespace steam {
|
||||
extern cellar::bottles::Bottle app_bottle(unsigned appid);
|
||||
extern std::map<std::string, cellar::bottles::Bottle> get_app_bottles();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user