From dca7a781545c1b16af76bbbcbd45f6d735c02587 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 4 May 2023 23:03:46 +0100 Subject: Make the stb_image implementation a C module --- tr8as.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tr8as.c') diff --git a/tr8as.c b/tr8as.c index ab471e5..a02f696 100644 --- a/tr8as.c +++ b/tr8as.c @@ -29,8 +29,6 @@ #include #include -#define STB_IMAGE_IMPLEMENTATION -#define STBI_ONLY_PNG #include "stb_image.h" #define MAX_LINE 1024 -- cgit v1.2.3