summaryrefslogtreecommitdiffstats
path: root/input/cmd.h
Commit message (Collapse)AuthorAgeFilesLines
* input: rename weirdly named functionwm42018-05-031-1/+2
|
* input: move some more cmd definitions to cmd.hwm42018-05-031-0/+64
| | | | | | Now both command "descriptions" and runtime command instances are in cmd.h, which makes sense to me. input.h is now for the actual input context.
* input: merge cmd_list.c with cmd.cwm42018-05-031-0/+32
| | | | | | It doesn't really make sense to keep a separate cmd_list.c file, which does _not_ contain a command list, but only a few minor helper functions.
* input: rename cmd_parse.h to cmd.hwm42018-05-031-0/+55