AtlatestRepositorysigil-graphics

sigil-graphics / tree / src / cstb_impl.c

1/*
2 * stb_impl.c - STB library implementations
3 *
4 * This file contains the implementations of STB single-header libraries.
5 * Compile this once and link with other modules.
6 */
7
8#define STB_IMAGE_IMPLEMENTATION
9#include "stb_image.h"
11#define STB_TRUETYPE_IMPLEMENTATION
12#include "stb_truetype.h"