TNT/include/help_text.h

8 lines
134 B
C

#ifndef HELP_TEXT_H
#define HELP_TEXT_H
#include "common.h"
const char *help_text_full(help_lang_t lang);
#endif /* HELP_TEXT_H */