diff options
| author | raysan5 <[email protected]> | 2020-01-05 20:01:54 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-01-05 20:01:54 +0100 |
| commit | 21c30f43d47a4cb6b4cb31de95827b79ba01d030 (patch) | |
| tree | c3bb280aecb4e2120fdec56eff011963b78e8483 /src/config.h | |
| parent | c20ccfe274f94d29dcf1a1f84048a57d56dedce6 (diff) | |
| download | raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.tar.gz raylib-21c30f43d47a4cb6b4cb31de95827b79ba01d030.zip | |
Update year to 2020
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index 169eefd2..fc250d65 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2018-2019 Ahmad Fatoum & Ramon Santamaria (@raysan5) +* Copyright (c) 2018-2020 Ahmad Fatoum & Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. @@ -84,9 +84,9 @@ //#define SUPPORT_FILEFORMAT_BMP 1 //#define SUPPORT_FILEFORMAT_TGA 1 //#define SUPPORT_FILEFORMAT_JPG 1 -//#define SUPPORT_FILEFORMAT_GIF 1 +#define SUPPORT_FILEFORMAT_GIF 1 //#define SUPPORT_FILEFORMAT_PSD 1 -//#define SUPPORT_FILEFORMAT_DDS 1 +#define SUPPORT_FILEFORMAT_DDS 1 #define SUPPORT_FILEFORMAT_HDR 1 //#define SUPPORT_FILEFORMAT_KTX 1 //#define SUPPORT_FILEFORMAT_ASTC 1 |
