mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00
api: refactor remote ui to use API dispatch generation
This commit is contained in:
11
src/nvim/api/ui.h
Normal file
11
src/nvim/api/ui.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
Reference in New Issue
Block a user