more of cellar's internals are now aware of steam bottles

This commit is contained in:
2025-02-03 18:50:02 -08:00
parent de049cea1a
commit e77b61b1d9
6 changed files with 64 additions and 12 deletions

View File

@@ -21,6 +21,8 @@ namespace cellar {
cog.outl("extern void {0} (int, vector<string>);".format(item[1]))
]]]*/
//[[[end]]]
extern void setup_bottle_home();
}
namespace commands {
extern map<string, cellar::commands::CommandFunction> bottles_commands();