mirror of https://github.com/mpv-player/mpv
11 lines
127 B
C
11 lines
127 B
C
|
#ifndef MP_LUA_H
|
||
|
#define MP_LUA_H
|
||
|
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
struct MPContext;
|
||
|
|
||
|
void mp_lua_init(struct MPContext *mpctx);
|
||
|
|
||
|
#endif
|