RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.29k stars 267 forks source link

cute_tiled.h: fix for string-based map version #255

Closed RandomErrorMessage closed 3 years ago

RandomErrorMessage commented 3 years ago

Tiled switch to string-based version number in JSON map format in version 1.6, this fix is backwards compatible. Also minor formatting fixes.

RandyGaul commented 3 years ago

Looks great, thank you!