api: refactor remote ui to use API dispatch generation

This commit is contained in:
Björn Linse
2016-04-14 20:47:01 +02:00
parent c74ce334f2
commit dd539366fc
10 changed files with 58 additions and 70 deletions

11
src/nvim/api/ui.h Normal file
View 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