mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
12 lines
205 B
C
12 lines
205 B
C
#ifndef NVIM_API_UI_H
|
|
#define NVIM_API_UI_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/ui.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_UI_H
|