From 053c743724e928ca70070f5d43193836851dd91c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 01:15:48 +0100 Subject: Rename mp_lua.c/h to lua.c/h --- player/lua.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 player/lua.h (limited to 'player/lua.h') diff --git a/player/lua.h b/player/lua.h new file mode 100644 index 0000000000..050548e2d2 --- /dev/null +++ b/player/lua.h @@ -0,0 +1,14 @@ +#ifndef MP_LUA_H +#define MP_LUA_H + +#include + +struct MPContext; + +void mp_lua_init(struct MPContext *mpctx); +void mp_lua_uninit(struct MPContext *mpctx); +void mp_lua_event(struct MPContext *mpctx, const char *name, const char *arg); +void mp_lua_script_dispatch(struct MPContext *mpctx, char *script_name, + int id, char *event); + +#endif -- cgit v1.2.3