diff --git a/TODO.txt b/TODO.txt index 80a365b..b1ffc33 100644 --- a/TODO.txt +++ b/TODO.txt @@ -24,6 +24,7 @@ - traveling salesman kind of maze, with fans n shit - city map? - some kinda buggy bumpy downhill + - map where car starts upside down - dirt map - ice map - boss map diff --git a/assets.h b/assets.h index 5968f3f..5ea74d5 100644 --- a/assets.h +++ b/assets.h @@ -48,6 +48,16 @@ static const char *LCR_texts[] = "saved" }; +#define LCR_VERSION "0.1d" + +/// String that can be used by frontends to offer help about CLI arguments. +#define LCR_ARG_HELP_STR \ + " -cN set camera mode to N\n" \ + " -s0 turn sound off\n" \ + " -m0 turn music off\n" \ + " -M load the last map in the data file\n" \ + " -R load the last replay in the data file\n" + // TODO: define string for CLI arguments for frontends? static const char *LCR_internalDataFile = @@ -322,6 +332,30 @@ static const char *LCR_internalDataFile = ":