#ifndef __CELLAR_HPP #define __CELLAR_HPP #pragma once #include #include #include "bottles.hpp" using namespace std; namespace cellar { extern void print_header(); extern void print_version(int,vector); extern bottles::Bottle active_bottle; extern bool verbose; } #endif // __CELLAR_HPP