|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
/* stb.h - v2.24 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
|
|
|
|
|
/* stb.h - v2.25 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
|
|
|
|
|
no warranty is offered or implied; use this code at your own risk |
|
|
|
|
|
|
|
|
|
This is a single header file with a bunch of useful utilities |
|
|
|
@ -25,6 +25,7 @@ |
|
|
|
|
|
|
|
|
|
Version History |
|
|
|
|
|
|
|
|
|
2.25 various warning & bugfixes |
|
|
|
|
2.24 various warning & bugfixes |
|
|
|
|
2.23 fix 2.22 |
|
|
|
|
2.22 64-bit fixes from '!='; fix stb_sdict_copy() to have preferred name |
|
|
|
@ -173,6 +174,13 @@ This software is in the public domain. Where that dedication is not |
|
|
|
|
recognized, you are granted a perpetual, irrevocable license to copy, |
|
|
|
|
distribute, and modify this file as you see fit. |
|
|
|
|
|
|
|
|
|
CREDITS |
|
|
|
|
|
|
|
|
|
Written by Sean Barrett. |
|
|
|
|
|
|
|
|
|
Fixes: |
|
|
|
|
Philipp Wiesemann |
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef STB__INCLUDE_STB_H |
|
|
|
|