libMicrofx/tools/mapconv/inc/help.h

11 lines
214 B
C

#ifndef HELP_H
#define HELP_H
const char help[] = "mapconv - Microfx map creator\n\n"
"This little tool makes it easier to create maps for the Microfx gametools ext."
"\n"
"Use :\n"
" mapconv conf.txt\n";
#endif