gui/luainstance.cpp: add function to start file/url play

This commit is contained in:
[CST] Focus
2014-06-12 18:57:37 +04:00
parent 81735f5e53
commit 943850eefc
2 changed files with 25 additions and 0 deletions

View File

@@ -191,6 +191,7 @@ private:
static int runScriptExt(lua_State *L);
static int GetSize(lua_State *L);
static int DisplayImage(lua_State *L);
static int PlayFile(lua_State *L);
void MenuRegister(lua_State *L);
static int MenuNew(lua_State *L);