Add CLI arguments
This commit is contained in:
parent
5c8e4c4c2b
commit
ffbc647024
5 changed files with 70 additions and 3 deletions
3
game.h
3
game.h
|
@ -73,6 +73,9 @@
|
|||
music is currently enabled (if not, stop playing it). If you don't want to
|
||||
support music, set LCR_SETTING_MUSIC to 0 in your frontend code (before
|
||||
including this module) so that the game knows music is disabled.
|
||||
- LCR_ARG_HELP_STR is a string containing help for CLI arguments that can be
|
||||
passed to LCR_gameInit. You can use this in your CLI help. You can also use
|
||||
other strings such as LCR_VERSION.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue