mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
12 lines
206 B
C
12 lines
206 B
C
#ifndef NVIM_TUI_TUI_H
|
|
#define NVIM_TUI_TUI_H
|
|
|
|
#include "nvim/cursor_shape.h"
|
|
#include "nvim/ui.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "tui/tui.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_TUI_TUI_H
|