Neovim Home
src
nvim
api
private
converter.h
Go to the documentation of this file.
1
#ifndef NVIM_API_PRIVATE_CONVERTER_H
2
#define NVIM_API_PRIVATE_CONVERTER_H
3
4
#include "
nvim/api/private/defs.h
"
5
#include "
nvim/eval/typval.h
"
6
7
#ifdef INCLUDE_GENERATED_DECLARATIONS
8
# include "api/private/converter.h.generated.h"
9
#endif
10
11
#endif // NVIM_API_PRIVATE_CONVERTER_H
defs.h
typval.h