mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 13:52:10 +00:00
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
|