JWM Source Documentation
help.h
Go to the documentation of this file.
00001 00010 #ifndef HELP_H 00011 #define HELP_H 00012 00014 void DisplayAbout(); 00015 00017 void DisplayCompileOptions(); 00018 00020 void DisplayHelp(); 00021 00023 void DisplayUsage(); 00024 00025 #endif /* HELP_H */ 00026