X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=fontcomp.c;h=73046b80ec1c0d9801d42309e4a54ff829bf5fbb;hb=fefce08c7eecf3eb66553825ba421b5b81dae5eb;hp=ea1fac962c6da60f7abc3588b7b0af713afa70b6;hpb=c4e640773aac3e864dc45b86f22ee21715119a7d;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[] ) {