Fork me on GitHub
janus_lua_extra.h
Go to the documentation of this file.
1 
24 #ifndef JANUS_LUA_EXTRA_H
25 #define JANUS_LUA_EXTRA_H
26 
27 #include <lua.h>
28 #include <lualib.h>
29 #include <lauxlib.h>
30 
33 void janus_lua_register_extra_functions(lua_State *state);
34 
35 #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:39