11 lines
305 B
C++
11 lines
305 B
C++
#ifndef GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
|
|
#define GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_
|
|
|
|
#include <filesystem>
|
|
#include <tuple>
|
|
|
|
std::tuple<std::filesystem::path, std::filesystem::path, bool, int, int, bool>
|
|
parse_args(int, char **);
|
|
|
|
#endif /* GENETIC_IMAGE_INCLUDE_GENIMG_PARSEARGS_HH_ */
|