cogged bottle command code, should be easier to add commands
This commit is contained in:
12
include/internal/bottles.hpp
Normal file
12
include/internal/bottles.hpp
Normal 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
|
Reference in New Issue
Block a user