mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-02 05:06:59 +03:00
7 lines
165 B
C
7 lines
165 B
C
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
|
#pragma GCC diagnostic ignored "-Wunused-function"
|
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
|
|
#include <stb/stb_image.h>
|