#ifndef __BOTTLES_HPP #define __BOTTLES_HPP #pragma once #include #include using namespace std; namespace cellar { namespace bottles { vector list(); } } #endif // __BOTTLES_HPP