ocssw
V2022
|
Include dependency graph for l2mapgen_input.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | input_struct |
Functions | |
int | l2mapgen_init_options (clo_optionList_t *list) |
int | l2mapgen_read_options (clo_optionList_t *list, int argc, char *argv[]) |
int | l2mapgen_input (int argc, char **argv, clo_optionList_t *list, instr *input) |
Function Documentation
◆ l2mapgen_init_options()
int l2mapgen_init_options | ( | clo_optionList_t * | list | ) |
add all of the accepted command line options to list
Definition at line 42 of file l2mapgen_input.c.
◆ l2mapgen_input()
int l2mapgen_input | ( | int | argc, |
char ** | argv, | ||
clo_optionList_t * | list, | ||
instr * | input | ||
) |
Definition at line 314 of file l2mapgen_input.c.
◆ l2mapgen_read_options()
int l2mapgen_read_options | ( | clo_optionList_t * | list, |
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 119 of file l2mapgen_input.c.