mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 09:54:37 +08:00
9 lines
202 B
C
9 lines
202 B
C
#ifndef SUPPORT_TEXT_H
|
|
#define SUPPORT_TEXT_H
|
|
|
|
#include "common.h"
|
|
|
|
const char *support_text_interactive(help_lang_t lang);
|
|
const char *support_text_exec(help_lang_t lang);
|
|
|
|
#endif /* SUPPORT_TEXT_H */
|