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