cellar/include/steam.hpp

9 lines
153 B
C++

#pragma once
#include "bottles.hpp"
namespace cellar {
namespace steam {
extern cellar::bottles::Bottle app_bottle(unsigned appid);
}
}