Improved CLI interface

This commit is contained in:
David Anderson
2004-08-11 09:32:24 +00:00
parent b5ef654987
commit 7fad1802cf
4 changed files with 37 additions and 6 deletions

View File

@ -220,5 +220,6 @@ void get_options(int argc, char **argv, Compiler &Prog);
void InitOpcodes();
void DestroyArgList(std::vector<std::string *> &List);
void print_version();
void print_options();
#endif //_INCLUDE_AMXASM_H