mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 00:39:30 +00:00
Fixed the documentation error with lzlib, Added gfx.get3D(), Enhanced the ir library errors returns.
This commit is contained in:
parent
22bcc3e2d5
commit
b47634f699
4 changed files with 60 additions and 11 deletions
|
|
@ -1,3 +1,9 @@
|
|||
/***
|
||||
The `fs.lzlib` module. See https://github.com/LuaDist/lzlib for informations and documentation.
|
||||
@module ctr.fs.lzlib
|
||||
@usage local lzlib = require("ctr.fs.lzlib")
|
||||
*/
|
||||
|
||||
/************************************************************************
|
||||
* Author : Tiago Dionizio <tiago.dionizio@gmail.com> *
|
||||
* Library : lzlib - Lua 5 interface to access zlib library functions *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue