diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-01 22:02:18 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-01 22:02:18 +0000 |
commit | 82eea9ed69886a4eaf41a1124b292635ca60fe9a (patch) | |
tree | db6bb8849b433a8440770015de490327cbfb4195 /apps/plugins/lua/SOURCES | |
parent | c1d27d105c3333b5df67c97d88885efa2a49bc9a (diff) |
Lua: add bitlib (makes bitwise operators possible)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21164 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/SOURCES')
-rw-r--r-- | apps/plugins/lua/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/SOURCES b/apps/plugins/lua/SOURCES index 058b991417..b443ce8437 100644 --- a/apps/plugins/lua/SOURCES +++ b/apps/plugins/lua/SOURCES @@ -1,6 +1,7 @@ lauxlib.c lapi.c lbaselib.c +lbitlib.c lcode.c ldebug.c ldo.c |