6 lines
147 B
C
6 lines
147 B
C
#ifndef INC_CMDLINE
|
|
#define INC_CMDLINE
|
|
void ParseStandardCommandLine(int nArgCount, char *papszArguments[]);
|
|
void NoDoorFileHandler(void);
|
|
#endif
|