mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
Fix gcc compilation
This commit is contained in:
parent
a8c62de081
commit
315790b638
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user