1
0
Fork 0
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:
Firew0lf 2015-09-15 23:10:15 +02:00
parent 22bcc3e2d5
commit b47634f699
4 changed files with 60 additions and 11 deletions

View file

@ -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 *