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