genetic-images/src/parseargs.hh
2019-03-19 14:22:44 +01:00

10 lines
270 B
C++

#ifndef GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
#define GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
#include <string>
#include <tuple>
std::tuple<std::string, std::string, bool, int> parse_args(int, char **);
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */