summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2022-11-29 10:58:27 +0100
committerRay <[email protected]>2022-11-29 10:58:27 +0100
commitd241ee85166e720cc0d3bc777ea940e25e1f1d3c (patch)
tree366a33580c014c3448d023a8bb16b1d21f2104f2 /src/config.h
parent2edf5a958484f8dc8fb6d3be14606852b696e379 (diff)
downloadraylib-d241ee85166e720cc0d3bc777ea940e25e1f1d3c.tar.gz
raylib-d241ee85166e720cc0d3bc777ea940e25e1f1d3c.zip
ADDED: Optional support for PNM images (.ppm, .pgm)
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index a7ec2523..82224e3a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -148,6 +148,7 @@
//#define SUPPORT_FILEFORMAT_PSD 1
#define SUPPORT_FILEFORMAT_DDS 1
#define SUPPORT_FILEFORMAT_HDR 1
+//#define SUPPORT_FILEFORMAT_PNM 1
//#define SUPPORT_FILEFORMAT_KTX 1
//#define SUPPORT_FILEFORMAT_ASTC 1
//#define SUPPORT_FILEFORMAT_PKM 1