#ifndef MP_LUA_H #define MP_LUA_H #include struct MPContext; void mp_lua_init(struct MPContext *mpctx); #endif