CMDLINE.H 147 B

12345
  1. #ifndef INC_CMDLINE
  2. #define INC_CMDLINE
  3. void ParseStandardCommandLine(int nArgCount, char *papszArguments[]);
  4. void NoDoorFileHandler(void);
  5. #endif