cogged bottle command code, should be easier to add commands

This commit is contained in:
Nicholas O'Connor
2017-03-23 13:17:07 -07:00
parent 30d0787a62
commit 91e7ba7990
6 changed files with 58 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
#ifndef __INTERNAL_BOTTLES_HPP
#define __INTERNAL_BOTTLES_HPP
#pragma once
namespace cellar {
namespace bottles {
extern void print_bottles(int,char**);
extern void print_active_bottle(int,char**);
}
}
#endif // __INTERNAL_BOTTLES_HPP