mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 05:34:39 +08:00
9 lines
214 B
C
9 lines
214 B
C
#ifndef MANUAL_H
|
|
#define MANUAL_H
|
|
|
|
#include "common.h"
|
|
|
|
void manual_append_interactive_panel(char *buffer, size_t buf_size,
|
|
size_t *pos, ui_lang_t lang);
|
|
|
|
#endif /* MANUAL_H */
|