strings: Texture formats

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2019-08-07 20:21:39 +02:00
parent d7e66b17f1
commit f945f08ab0
1 changed files with 1 additions and 0 deletions

View File

@ -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"