mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Fix gcc compilation
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
#include "Dx12TextureLoader.h"
|
#include "Dx12TextureLoader.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
Dx12TextureLoader::Dx12TextureLoader(MemoryManager* memoryManager)
|
Dx12TextureLoader::Dx12TextureLoader(MemoryManager* memoryManager)
|
||||||
: m_memory_manager(memoryManager),
|
: m_memory_manager(memoryManager),
|
||||||
m_format(DXGI_FORMAT_UNKNOWN),
|
m_format(DXGI_FORMAT_UNKNOWN),
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#include "Dx9TextureLoader.h"
|
#include "Dx9TextureLoader.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
Dx9TextureLoader::Dx9TextureLoader(MemoryManager* memoryManager)
|
Dx9TextureLoader::Dx9TextureLoader(MemoryManager* memoryManager)
|
||||||
: m_memory_manager(memoryManager),
|
: m_memory_manager(memoryManager),
|
||||||
m_format(D3DFMT_UNKNOWN),
|
m_format(D3DFMT_UNKNOWN),
|
||||||
|
Reference in New Issue
Block a user