diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-04 23:03:46 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-04 23:03:46 +0100 |
commit | dca7a781545c1b16af76bbbcbd45f6d735c02587 (patch) | |
tree | af6f8fff657c84f09028c7a351ede00f30305fc9 /tr8as.c | |
parent | 3f55bafdeddd9893760c2e165756c7bbc575b027 (diff) | |
download | tr8vm-dca7a781545c1b16af76bbbcbd45f6d735c02587.tar.gz tr8vm-dca7a781545c1b16af76bbbcbd45f6d735c02587.zip |
Make the stb_image implementation a C module
Diffstat (limited to 'tr8as.c')
-rw-r--r-- | tr8as.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ #include <strings.h> #include <ctype.h> -#define STB_IMAGE_IMPLEMENTATION -#define STBI_ONLY_PNG #include "stb_image.h" #define MAX_LINE 1024 |