forked from len0rd/rockbox
Revert "Update lua plugin to 5.2.3"
FILE typedef to *void needs more work to not break sim and application builds. I checked only a few random native builds unfortunately. Sorry for inconvenience.
This commit is contained in:
parent
36378988ad
commit
bfd0179042
64 changed files with 5733 additions and 9088 deletions
|
@ -25,7 +25,6 @@
|
|||
#define LUA_ROCKLIBNAME "rb"
|
||||
LUALIB_API int (luaopen_rock) (lua_State *L);
|
||||
const char* get_current_path(lua_State *L, int level);
|
||||
int rli_checkboolean (lua_State *L, int narg);
|
||||
|
||||
#endif /* _ROCKLIB_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue