X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fvg.h;h=22cd0a7e3e80bb3fd1a2f41b97c46f97d2bb905c;hb=72e9a469a490e537f2e12464c1b075eb8991a868;hp=bf3a0a0224166961d968560d04e2e1cd41dc8f90;hpb=18aa936b41a102700b6fc9fc9f0ac49712a0fced;p=fishladder.git diff --git a/vg/vg.h b/vg/vg.h index bf3a0a0..22cd0a7 100644 --- a/vg/vg.h +++ b/vg/vg.h @@ -7,14 +7,18 @@ #include #include #include +#include #include "gl/glad/glad.h" #include "gl/glfw3.h" #define STB_DS_IMPLEMENTATION -#define STB_IMAGE_IMPLEMENTATION #include "stb/stb_ds.h" -#include "stb/stb_image.h" +//#define STB_IMAGE_IMPLEMENTATION +//#include "stb/stb_image.h" + +#define QOI_IMPLEMENTATION +#include "phoboslab/qoi.h" #include "vg/vg_platform.h"