mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
5 lines
118 B
C
5 lines
118 B
C
// stb_image.c wrapper for Userland Mode
|
|
#include <stdlib.h>
|
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "stb_image.h"
|