Add physics version to help
This commit is contained in:
parent
d57a07edb8
commit
c0fddf7631
3 changed files with 9 additions and 6 deletions
|
@ -51,9 +51,10 @@ void LCR_sleep(uint16_t timeMs)
|
|||
void printHelp(void)
|
||||
{
|
||||
printf(
|
||||
"Licar, 3D racing game, v. " LCR_VERSION ", X11 frontend, args:\n"
|
||||
"Licar, 3D racing game, v. " LCR_VERSION " (physics v. %c%c),"
|
||||
" X11 frontend, args:\n"
|
||||
" -h print help and quit\n"
|
||||
LCR_ARG_HELP_STR);
|
||||
LCR_ARG_HELP_STR,LCR_RACING_VERSION1,LCR_RACING_VERSION2);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue