blob: 8010b30069ef31449c76b5f703d0212d4be0ed70 (
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"
|