add compilation tests that have no other includes to avoid accidental dependencies

This commit is contained in:
Sean Barrett
2018-01-30 05:31:18 -08:00
parent 01daa3a244
commit 085ba4b627
8 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#include "stb_c_lexer.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_dxt.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_easy_font.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_image.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_image_write.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_perlin.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_sprintf.h"
+1
View File
@@ -0,0 +1 @@
#include "stb_voxel_render.h"