update tests and project files for stb_ds

This commit is contained in:
Sean Barrett
2019-02-25 11:17:27 -08:00
parent 477471d9a8
commit e704ed0efb
7 changed files with 44 additions and 26 deletions

View File

@@ -15,6 +15,7 @@
#define STB_RECT_PACK_IMPLEMENTATION
#define STB_VOXEL_RENDER_IMPLEMENTATION
#define STB_CONNECTED_COMPONENTS_IMPLEMENTATION
#define STB_DS_IMPLEMENTATION
#define STBI_MALLOC my_malloc
#define STBI_FREE my_free
@@ -33,6 +34,7 @@ void my_free(void *) { }
#include "stb_c_lexer.h"
#include "stb_divide.h"
#include "stb_herringbone_wang_tile.h"
#include "stb_ds.h"
#define STBCC_GRID_COUNT_X_LOG2 10
#define STBCC_GRID_COUNT_Y_LOG2 10