lana/docs/templates/cli.h.tpl

9 lines
89 B
Smarty

#ifndef LANA_CLI_H
#define LANA_CLI_H
namespace lana {
void print_help();
}
#endif