1 2 3 4 5 6 7 8 9 10
#ifndef MP_LUA_H #define MP_LUA_H #include <stdbool.h> struct MPContext; void mp_lua_init(struct MPContext *mpctx); #endif