From 7b24469bf14510c3d8de32ac5f0cf0634d4d81a0 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 13 Sep 2015 06:33:49 -0700 Subject: [PATCH] update version / credits --- stb_tilemap_editor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stb_tilemap_editor.h b/stb_tilemap_editor.h index 9ba39e2..64480ba 100644 --- a/stb_tilemap_editor.h +++ b/stb_tilemap_editor.h @@ -1,4 +1,4 @@ -// stb_tilemap_editor.h - v0.35 - Sean Barrett - http://nothings.org/stb +// stb_tilemap_editor.h - v0.36 - Sean Barrett - http://nothings.org/stb // placed in the public domain - not copyrighted - first released 2014-09 // // Embeddable tilemap editor for C/C++ @@ -275,6 +275,7 @@ // either approach allows cut&pasting between levels.) // // REVISION HISTORY +// 0.36 minor compiler support // 0.35 layername button changes // - layername buttons grow with the layer panel // - fix stbte_create_map being declared as stbte_create @@ -309,7 +310,7 @@ // Additional features: // Josh Huelsman // Bugfixes: -// [this could be you!] +// Ryan Whitworth // // LICENSE //