cellar/include/steam.hpp

9 lines
153 B
C++
Raw Normal View History

2025-01-20 15:42:44 -08:00
#pragma once
#include "bottles.hpp"
namespace cellar {
namespace steam {
extern cellar::bottles::Bottle app_bottle(unsigned appid);
}
}