cellar/include/cellar.hpp
2017-03-23 01:03:33 -07:00

10 lines
126 B
C++

#ifndef __CELLAR_HPP
#define __CELLAR_HPP
#pragma once
namespace cellar {
void print_header();
}
#endif // __CELLAR_HPP