Readd TGA format support (#64)

This commit is contained in:
ROllerozxa
2021-09-13 21:21:26 +02:00
committed by GitHub
parent 4389a15e0f
commit ac57007c55
4 changed files with 325 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ set(IRRIMAGEOBJ
CImageLoaderBMP.cpp
CImageLoaderJPG.cpp
CImageLoaderPNG.cpp
CImageLoaderTGA.cpp
CImageWriterJPG.cpp
CImageWriterPNG.cpp
)