mirror of https://github.com/libAthena/athena.git
d06c96d3aa
* Added zelda::error namespace * Moved all Exceptions to zelda::error * Moved all Read/Write classes to zelda::io * Added "base" to all classes that inherit from BinaryReader/Writers * Changed all references to BinaryReader/Writer functions to base for readability. |
||
---|---|---|
include | ||
src | ||
README | ||
libzelda.cbp | ||
libzelda.conf | ||
libzelda.layout | ||
libzelda.png | ||
libzelda.pro | ||
libzelda.vcproj | ||
license.txt |
README
libZelda provides several basic classes that can be used to read from and write to files, and memory, classes such as Stream, BinaryReader, BinaryWriter, and the currently work in progress TextStream.