![]() |
SCTC
the soundcloud.com terminal client
|
Go to the source code of this file.
Data Structures | |
| struct | command |
Typedefs | |
| typedef void(* | command_func_ptr) (char *) |
Variables | |
| const struct command | commands [] |
| Array of all commands supported by SCTC. More... | |
| const size_t | command_count |
| typedef void(* command_func_ptr) (char *) |
| const size_t command_count |
| const struct command commands[] |
Array of all commands supported by SCTC.
Includes a description, which is, for instance, shown in the commandwindow, and the function to call in order to execute the command.
1.8.9.1