blob: 7543950b4f0ab676a2109538d8d1371ec9c781c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_OS_INPUT_H
#define NVIM_OS_INPUT_H
#include <stdint.h>
#include <stdbool.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/input.h.generated.h"
#endif
#endif // NVIM_OS_INPUT_H
|