Janus (multistream)
Home
Demos
Documentation
Papers
Need help?
Janus (0.x)
JanusCon!
Main Page
Related Pages
Topics
Data Structures
Files
File List
Globals
Loading...
Searching...
No Matches
src
plugins
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
janus_lua_register_extra_functions
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