mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
11 lines
227 B
C
11 lines
227 B
C
#ifndef NVIM_UI_COMPOSITOR_H
|
|
#define NVIM_UI_COMPOSITOR_H
|
|
|
|
#include "nvim/ui.h"
|
|
#include "nvim/event/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "ui_compositor.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_UI_COMPOSITOR_H
|