#ifndef EL__SCRIPTING_LUA_HOOKS_H #define EL__SCRIPTING_LUA_HOOKS_H #ifdef __cplusplus extern "C" { #endif struct event_hook_info; extern struct event_hook_info lua_scripting_hooks[]; #ifdef __cplusplus } #endif #endif