diff options
| author | raysan5 <[email protected]> | 2020-03-30 17:42:42 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-03-30 17:42:42 +0200 |
| commit | e469f4ebf7407b53397c28c79414bccee29ceaf4 (patch) | |
| tree | de71944082ac7d8b7027dbb3999ab7bf8efef43c /src | |
| parent | 8941cf3e6662f7df7cefb95b3ebb56d1a54f2e1e (diff) | |
| download | raylib-e469f4ebf7407b53397c28c79414bccee29ceaf4.tar.gz raylib-e469f4ebf7407b53397c28c79414bccee29ceaf4.zip | |
Update config.h, enable some file-formats by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/config.h b/src/config.h index 76404af5..ebaa8a62 100644 --- a/src/config.h +++ b/src/config.h @@ -84,15 +84,15 @@ //------------------------------------------------------------------------------------ // Selecte desired fileformats to be supported for image data loading #define SUPPORT_FILEFORMAT_PNG 1 -//#define SUPPORT_FILEFORMAT_BMP 1 -//#define SUPPORT_FILEFORMAT_TGA 1 +#define SUPPORT_FILEFORMAT_BMP 1 +#define SUPPORT_FILEFORMAT_TGA 1 //#define SUPPORT_FILEFORMAT_JPG 1 #define SUPPORT_FILEFORMAT_GIF 1 //#define SUPPORT_FILEFORMAT_PSD 1 -//#define SUPPORT_FILEFORMAT_DDS 1 -//#define SUPPORT_FILEFORMAT_HDR 1 -//#define SUPPORT_FILEFORMAT_KTX 1 -//#define SUPPORT_FILEFORMAT_ASTC 1 +#define SUPPORT_FILEFORMAT_DDS 1 +#define SUPPORT_FILEFORMAT_HDR 1 +#define SUPPORT_FILEFORMAT_KTX 1 +#define SUPPORT_FILEFORMAT_ASTC 1 //#define SUPPORT_FILEFORMAT_PKM 1 //#define SUPPORT_FILEFORMAT_PVR 1 @@ -135,7 +135,7 @@ #define SUPPORT_FILEFORMAT_XM 1 #define SUPPORT_FILEFORMAT_MOD 1 //#define SUPPORT_FILEFORMAT_FLAC 1 -//#define SUPPORT_FILEFORMAT_MP3 1 +#define SUPPORT_FILEFORMAT_MP3 1 //------------------------------------------------------------------------------------ // Module: utils - Configuration Flags |
