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