diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-01 22:31:32 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-01 22:31:32 +0000 |
| commit | 9c3e679d188ec6c117a33ef280d81943a8e37bc8 (patch) | |
| tree | 5f012e940b9f0bb4540806e9744eab1bf88ad91b /apps/plugins/lua/rocklib.h | |
| parent | 82eea9ed69886a4eaf41a1124b292635ca60fe9a (diff) | |
| download | rockbox-9c3e679d188ec6c117a33ef280d81943a8e37bc8.zip rockbox-9c3e679d188ec6c117a33ef280d81943a8e37bc8.tar.gz rockbox-9c3e679d188ec6c117a33ef280d81943a8e37bc8.tar.bz2 rockbox-9c3e679d188ec6c117a33ef280d81943a8e37bc8.tar.xz | |
Lua: add touchscreen_set_mode & current_path (+ some constants)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21165 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/rocklib.h')
| -rw-r--r-- | apps/plugins/lua/rocklib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h index b5817f2..4a1e79c 100644 --- a/apps/plugins/lua/rocklib.h +++ b/apps/plugins/lua/rocklib.h @@ -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_ */ |