mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-26 06:22:07 +00:00
refactor: extract image code into single component
This commit is contained in:
10
src/ObjImage/Image/DdsLoader.h
Normal file
10
src/ObjImage/Image/DdsLoader.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "Image/Texture.h"
|
||||
|
||||
#include <istream>
|
||||
|
||||
namespace dds
|
||||
{
|
||||
std::unique_ptr<Texture> LoadDds(std::istream& stream);
|
||||
}
|
||||
Reference in New Issue
Block a user