Inital Commit
This commit is contained in:
commit
cc95ff1c3a
22 changed files with 1166 additions and 0 deletions
7
commands/help.h
Normal file
7
commands/help.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _HELP_H_
|
||||
#define _HELP_H_
|
||||
|
||||
//Outputs the Help for the Program.
|
||||
void outputHelp();
|
||||
|
||||
#endif
|
||||
Reference in a new issue