mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef NVIM_TERM_H
|
|
#define NVIM_TERM_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "term.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_TERM_H
|