cellar/include/cellar.hpp

10 lines
126 B
C++
Raw Normal View History

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