textures/loading
[fishladder.git] / vg / vg.h
diff --git a/vg/vg.h b/vg/vg.h
index 512c9a39defb6808ef31ebc6f8cd173d38cc6e13..9e012af56c4f97bbfe128119bd28693a308e1fd8 100644 (file)
--- a/vg/vg.h
+++ b/vg/vg.h
@@ -11,7 +11,9 @@
 #include "gl/glfw3.h"
 
 #define STB_DS_IMPLEMENTATION
+#define STB_IMAGE_IMPLEMENTATION
 #include "stb/stb_ds.h"
+#include "stb/stb_image.h"
 
 #include "cglm/include/cglm/cglm.h"
 
@@ -25,6 +27,7 @@ mat4 vg_pv;
 #include "vg/vg_audio.h"
 #include "vg/vg_shader.h"
 #include "vg/vg_lines.h"
+#include "vg/vg_tex.h"
 
 #include "steam/steamworks_thin.h"