mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
fix return type declaration
This commit is contained in:
parent
642fdd7e6d
commit
b0d703c3de
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user