blob: 0101e5d31b15070d85845f9816748964ca364334 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#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
|