From 21bfcbbc3dfb3ed8a9c8f86d68de9dbb93eb5768 Mon Sep 17 00:00:00 2001 From: Fabian Giesen Date: Tue, 6 Jul 2021 21:07:34 -0700 Subject: [PATCH] stb_tilemap_editor: Update version, credits --- stb_tilemap_editor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stb_tilemap_editor.h b/stb_tilemap_editor.h index a89a516..180b5cd 100644 --- a/stb_tilemap_editor.h +++ b/stb_tilemap_editor.h @@ -1,4 +1,4 @@ -// stb_tilemap_editor.h - v0.41 - Sean Barrett - http://nothings.org/stb +// stb_tilemap_editor.h - v0.42 - 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.42 fix compilation errors // 0.41 fix warnings // 0.40 fix warning // 0.39 fix warning @@ -317,6 +318,7 @@ // Bugfixes: // Ryan Whitworth // Eugene Opalev +// Rob Loach // // LICENSE //