/*
* stb_impl.c - STB library implementations
*
* This file contains the implementations of STB single-header libraries.
* Compile this once and link with other modules.
*/
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define STB_TRUETYPE_IMPLEMENTATION
#include "stb_truetype.h"