help descriptions now understood by the cog files, no implementation yet, don't try to build this

This commit is contained in:
Nicholas O'Connor
2017-03-24 23:05:31 -07:00
parent 405ba80d8d
commit a5a8fb284c
6 changed files with 42 additions and 1 deletions

15
include/help.hpp Normal file
View 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