mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 05:44:38 +08:00
9 lines
203 B
C
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 */
|