cellar list now includes proton bottles

This commit is contained in:
2025-01-27 16:51:54 -08:00
parent 3fc9c88230
commit b32259c56d
4 changed files with 64 additions and 1 deletions

View File

@@ -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();
}
}