#ifndef COMMANDLINE_H #define COMMANDLINE_H namespace CommandLine { void run(int argc, char* argv[]); } #endif // COMMANDLINE_H