mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-21 07:20:32 +00:00
chore: update image namespacing
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "IImageWriter.h"
|
||||
#include "Image/IwiTypes.h"
|
||||
#include "ImageWriter.h"
|
||||
|
||||
namespace iwi6
|
||||
namespace image::iwi6
|
||||
{
|
||||
class IwiWriter final : public IImageWriter
|
||||
class IwiWriter final : public ImageWriter
|
||||
{
|
||||
static IwiFormat GetIwiFormatForImageFormat(const ImageFormat* imageFormat);
|
||||
|
||||
@@ -27,4 +27,4 @@ namespace iwi6
|
||||
std::string GetFileExtension() override;
|
||||
void DumpImage(std::ostream& stream, const Texture* texture) override;
|
||||
};
|
||||
} // namespace iwi6
|
||||
} // namespace image::iwi6
|
||||
|
||||
Reference in New Issue
Block a user