mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
8 lines
132 B
C
8 lines
132 B
C
#ifndef NVIM_UI_H
|
|
#define NVIM_UI_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "ui.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_UI_H
|