diff options
| author | Ray <[email protected]> | 2022-11-29 10:58:27 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-11-29 10:58:27 +0100 |
| commit | d241ee85166e720cc0d3bc777ea940e25e1f1d3c (patch) | |
| tree | 366a33580c014c3448d023a8bb16b1d21f2104f2 /src/config.h | |
| parent | 2edf5a958484f8dc8fb6d3be14606852b696e379 (diff) | |
| download | raylib-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.h | 1 |
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 |
