You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
309B

  1. // Miscellaneous parsing and error functions for use with STK projects.
  2. //
  3. // Gary P. Scavone, 1999.
  4. #include "FileWvOut.h"
  5. #include "Messager.h"
  6. void usage(char *function);
  7. int checkArgs(int numArgs, char *args[]);
  8. bool parseArgs(int numArgs, char *args[], stk::WvOut **output, stk::Messager& messager);