From f945f08ab05a584793e5aa8654a25308b1afd048 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 7 Aug 2019 20:21:39 +0200 Subject: [PATCH] strings: Texture formats --- source/strings.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/strings.hpp b/source/strings.hpp index a8316b5a..1f31bff1 100644 --- a/source/strings.hpp +++ b/source/strings.hpp @@ -24,6 +24,7 @@ #define D_DESC(x) x ".Description" #define S_FILEFILTERS_IMAGE "*.png *.webp *.tga *.tiff *.jpeg *.jpg *.bmp" +#define S_FILEFILTERS_TEXTURE S_FILEFILTERS_IMAGE " *.dds" #define S_FILEFILTERS_VIDEO "*.mkv *.webm *.mp4 *.mov *.flv" #define S_FILEFILTERS_SOUND "*.ogg *.flac *.mp3 *.wav" #define S_FILEFILTERS_EFFECT "*.effect *.txt"