forked from len0rd/rockbox
Lua: add touchscreen_set_mode & current_path (+ some constants)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21165 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82eea9ed69
commit
9c3e679d18
3 changed files with 59 additions and 20 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#define LUA_ROCKLIBNAME "rb"
|
||||
LUALIB_API int (luaopen_rock) (lua_State *L);
|
||||
bool get_cur_path(lua_State *L, char* dest, size_t dest_size);
|
||||
|
||||
#endif /* _ROCKLIB_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue