Add commandline.h to README.md
This commit is contained in:
parent
4dd410a2af
commit
62431864c5
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ So for example the ui_vt100.c supports all platforms where vt100 escape codes ar
|
|||
When implementing a new ui, you can start from `ui_stub.c`.
|
||||
This "ui" is just the bare minimum to let the rest of the code work.
|
||||
|
||||
## `commandline.h`
|
||||
The `commandline.h` file has the function that handles command-line argument parsing.
|
||||
|
||||
## `logic.h`
|
||||
The `logic.h` file has the types used in `logic.c` and the functions it exposes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue