untested rewrite of stretchy_buffer relying on implicit cast from void*

This commit is contained in:
Sean Barrett
2014-05-31 13:00:39 -07:00
parent 5576a5044f
commit 666596ed89
3 changed files with 136 additions and 17 deletions

View File

@ -102,6 +102,10 @@ SOURCE=..\stb_vorbis.c
# End Source File
# Begin Source File
SOURCE=.\stretchy_buffer_test.c
# End Source File
# Begin Source File
SOURCE=.\test_truetype.c
# End Source File
# Begin Source File

View File

@ -0,0 +1 @@
#include "stretchy_buffer.h"