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

View file

@ -11,9 +11,6 @@
#include "wayland.h"
#include <string.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
void print_help(FILE *channel, char *bin_path) {
fprintf(channel, "Usage: %s [OPTION]... [PATH]\n", bin_path);
}