blob: 2915b0e2f8aed706b18b438e722dfb25f7331323 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_TUI_TUI_H
#define NVIM_TUI_TUI_H
#include "nvim/cursor_shape.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "tui/tui.h.generated.h"
#endif
#endif // NVIM_TUI_TUI_H
|