mc2: 0x00612F80
| 27 | |
| 28 | // mc2: 0x00612F80 |
| 29 | cmdline_info::cmdline_info(std::int32_t index, const char *name, const char *desc) : |
| 30 | index(index), name(name), desc(desc), value(nullptr) { |
| 31 | next = global_cmdline; |
| 32 | global_cmdline = this; |
| 33 | } |
| 34 | |
| 35 | // mc2: 0x006131E0 |
| 36 | void parse_commandline(std::int32_t argc, char **argv) { |
nothing calls this directly
no outgoing calls
no test coverage detected