The TinyExtender library is a cross-platform (Windows and Linux) open-source project. This project was primarily created to make games however, users are free to use the library for whatever they need.
I can be reached at [email protected]
documentation: Documentation is generated using Doxygen:
cd Docs
doxygen Doxyfile
You can then obtain a PDF of the documentation by running:
cd latex
make
A file titled refman.pdf should be created in that directory.
