mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -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.
|
// line arguments, false if not.
|
||||||
boolean M_ParmExists(const char *check);
|
boolean M_ParmExists(const char *check);
|
||||||
|
|
||||||
boolean M_CheckCommandLine(void);
|
void M_CheckCommandLine(void);
|
||||||
void M_PrintHelpString(void);
|
void M_PrintHelpString(void);
|
||||||
|
|
||||||
int M_ParmArgToInt(int p);
|
int M_ParmArgToInt(int p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user