Files
neovim/src/nvim/msgpack_rpc/remote_ui.h
Thiago de Arruda f8c3a14dc3 msgpack-rpc: Add remote_ui module
The remote_ui module is an implementation of the UI layer, and it attaches UI
instances that redirect redraw notifications to connected clients.
2014-12-08 23:44:24 -03:00

10 lines
230 B
C

#ifndef NVIM_MSGPACK_RPC_REMOTE_UI_H
#define NVIM_MSGPACK_RPC_REMOTE_UI_H
#include "nvim/ui.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "msgpack_rpc/remote_ui.h.generated.h"
#endif
#endif // NVIM_MSGPACK_RPC_REMOTE_UI_H