create wine bottles

This commit is contained in:
Nicholas O'Connor
2017-03-27 17:53:28 -07:00
parent 70fa9f4cf7
commit 166395681c
4 changed files with 110 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ using namespace std;
namespace cellar {
namespace fs {
extern vector<string> listdir(string path);
extern bool recursive_copy(string, string);
}
}