help descriptions now understood by the cog files, no implementation yet, don't try to build this
This commit is contained in:
15
include/help.hpp
Normal file
15
include/help.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __HELP_HPP
|
||||
#define __HELP_HPP
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace cellar {
|
||||
namespace help {
|
||||
extern void set_description(string,string);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __HELP_HPP
|
Reference in New Issue
Block a user