mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
13 lines
220 B
C
13 lines
220 B
C
#ifndef NVIM_LUA_SPELL_H
|
|
#define NVIM_LUA_SPELL_H
|
|
|
|
#include <lauxlib.h>
|
|
#include <lua.h>
|
|
#include <lualib.h>
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "lua/spell.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_LUA_SPELL_H
|