stb image in its own compilation unit

This commit is contained in:
Rakarake 2026-03-13 11:21:10 +01:00
parent 7c0f56f497
commit a091a542f3
3 changed files with 5 additions and 4 deletions

3
stb_image.c Normal file
View file

@ -0,0 +1,3 @@
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"