gsplus/src/options.h

8 lines
116 B
C
Raw Normal View History

2018-02-27 12:56:45 +00:00
#ifdef __cplusplus
extern "C" {
#endif
void parse_cli_options(int argc, char **argv);
2018-02-27 12:56:45 +00:00
#ifdef __cplusplus
}
#endif