diff options
Diffstat (limited to 'ctl-lib/ctl-config.h')
-rw-r--r-- | ctl-lib/ctl-config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ctl-lib/ctl-config.h b/ctl-lib/ctl-config.h index d6967bc..04e50de 100644 --- a/ctl-lib/ctl-config.h +++ b/ctl-lib/ctl-config.h @@ -67,6 +67,11 @@ typedef struct { #ifdef CONTROL_SUPPORT_LUA #include "ctl-lua.h" + + typedef struct CtlLua2cFuncT { + luaL_Reg *l2cFunc; + int l2cCount; +} CtlLua2cFuncT; #endif // This should not be global as application may want to define their own sections |