Fork me on GitHub
janus_lua_extra.h
Go to the documentation of this file.
1 
26 #ifndef _JANUS_LUA_EXTRA_H
27 #define _JANUS_LUA_EXTRA_H
28 
29 #include <lua.h>
30 #include <lualib.h>
31 #include <lauxlib.h>
32 
35 void janus_lua_register_extra_functions(lua_State *state);
36 
37 #endif
void janus_lua_register_extra_functions(lua_State *state)
Method to register extra Lua functions in the C code.
Definition: janus_lua_extra.c:41