summaryrefslogtreecommitdiffstats
path: root/player/lua.h
blob: cb4a7f95ec5bad6b84a9cabbd73635541f43df70 (plain)
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