thalassa/cms/main_gen.hpp
2026-03-19 06:23:52 +05:00

10 lines
193 B
C++

#ifndef MAIN_GEN_HPP_SENTRY
#define MAIN_GEN_HPP_SENTRY
struct cmdline_common;
void help_gen(FILE *stream);
int perform_gen(cmdline_common &cmdc, int argc, const char * const *argv);
#endif