blob: 3af8ed2dd978b4cd544e1c8cdb43aae272ff8bc1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/**
* @file impl.c
* @author Omniscient
* @brief Pulls in implementations of single-header libraries
*
* @copyright Copyright (c) 2024
*/
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
|