fix return type declaration

This commit is contained in:
Roman Fomin 2023-10-19 21:53:08 +07:00
parent 642fdd7e6d
commit b0d703c3de

View File

@ -40,7 +40,7 @@ int M_CheckParmWithArgs(const char *check, int num_args);
// line arguments, false if not.
boolean M_ParmExists(const char *check);
boolean M_CheckCommandLine(void);
void M_CheckCommandLine(void);
void M_PrintHelpString(void);
int M_ParmArgToInt(int p);