Assignment 2: Add tileson library

This commit is contained in:
Alex Hirsch 2020-12-04 15:56:06 +01:00
parent 3de2c88ac9
commit c9d2a6aaea

View File

@ -28,7 +28,7 @@ You are allowed to use:
- [Assimp](https://www.assimp.org/) - [Assimp](https://www.assimp.org/)
- [stb-image](https://github.com/nothings/stb/blob/master/stb_image.h) - [stb-image](https://github.com/nothings/stb/blob/master/stb_image.h)
- [Ogg](https://xiph.org/ogg/) / [Vorbis](https://xiph.org/vorbis/) / [Opus](https://opus-codec.org/) - [Ogg](https://xiph.org/ogg/) / [Vorbis](https://xiph.org/vorbis/) / [Opus](https://opus-codec.org/)
- [Tiled](https://www.mapeditor.org/) - [Tiled](https://www.mapeditor.org/) / [tileson](https://github.com/SSBMTonberry/tileson)
- [OpenSSL](https://www.openssl.org/) - [OpenSSL](https://www.openssl.org/)
- [SQLite](https://www.sqlite.org/) - [SQLite](https://www.sqlite.org/)
- [Catch2](https://github.com/DigitalInBlue/Celero) - [Catch2](https://github.com/DigitalInBlue/Celero)