diff options
Diffstat (limited to 'player/lua.h')
-rw-r--r-- | player/lua.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/player/lua.h b/player/lua.h deleted file mode 100644 index cb4a7f95ec..0000000000 --- a/player/lua.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef MP_LUA_H -#define MP_LUA_H - -#include <stdbool.h> - -struct MPContext; - -void mp_lua_init(struct MPContext *mpctx); - -#endif |