blob: b3fe0fa2bb6ea90a6cdccea34d2f1d3894203773 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef NVIM_API_UI_H
#define NVIM_API_UI_H
#include <stdint.h>
#include "nvim/api/private/defs.h"
#include "nvim/map.h"
#include "nvim/ui.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/ui.h.generated.h"
# include "ui_events_remote.h.generated.h"
#endif
#endif // NVIM_API_UI_H
|