X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=fontcomp.c;h=73046b80ec1c0d9801d42309e4a54ff829bf5fbb;hb=72e9a469a490e537f2e12464c1b075eb8991a868;hp=ea1fac962c6da60f7abc3588b7b0af713afa70b6;hpb=18aa936b41a102700b6fc9fc9f0ac49712a0fced;p=fishladder.git diff --git a/fontcomp.c b/fontcomp.c index ea1fac9..73046b8 100644 --- a/fontcomp.c +++ b/fontcomp.c @@ -3,6 +3,9 @@ #define VG_TOOLS #include "vg/vg.h" +#define STB_IMAGE_IMPLEMENTATION +#include "stb/stb_image.h" + // Super basic model compiler int main( int argc, char *argv[] ) {