aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.h
blob: 5902677a357f689a207d7a98c1ef6d073c6f06bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NVIM_OS_INPUT_H
#define NVIM_OS_INPUT_H

#include <stdint.h>
#include <stdbool.h>

#include "nvim/api/private/defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/input.h.generated.h"
#endif
#endif  // NVIM_OS_INPUT_H