1
0
Fork 0
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:
Maurus Cuelenaere 2009-06-01 22:31:32 +00:00
parent 82eea9ed69
commit 9c3e679d18
3 changed files with 59 additions and 20 deletions

View file

@ -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_ */