diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,6 +38,8 @@ - [x] lua_tonumber - [x] lua_tonumberx - [x] lua_toboolean + - [x] lua_pushcclosure + - [x] lua_pushcfunction - [ ] lua_absindex - [ ] lua_arith - [ ] lua_call @@ -91,8 +93,6 @@ - [ ] lua_pcall - [ ] lua_pcallk - [ ] lua_pop - - [ ] lua_pushcclosure - - [ ] lua_pushcfunction - [ ] lua_pushfstring - [ ] lua_pushglobaltable - [ ] lua_pushlightuserdata |