TNT/include/help_text.h

9 lines
203 B
C

#ifndef HELP_TEXT_H
#define HELP_TEXT_H
#include "common.h"
void help_text_append_full(char *buffer, size_t buf_size, size_t *pos,
ui_lang_t lang);
#endif /* HELP_TEXT_H */