mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-11 03:01:49 +00:00
refactor: extract image code into single component
This commit is contained in:
11
src/ObjImage/Image/IwiLoader.h
Normal file
11
src/ObjImage/Image/IwiLoader.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Image/Texture.h"
|
||||
|
||||
#include <istream>
|
||||
#include <memory>
|
||||
|
||||
namespace iwi
|
||||
{
|
||||
std::unique_ptr<Texture> LoadIwi(std::istream& stream);
|
||||
}; // namespace iwi
|
||||
Reference in New Issue
Block a user