Add TGA loading support.

This commit is contained in:
Skyth
2024-10-26 11:55:37 +03:00
parent 0b3e0009d6
commit 31f34a8669
5 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
#include "stdafx.h"