7 lines
150 B
C++
7 lines
150 B
C++
|
#include "TextureLoader.h"
|
||
|
#include "..\Core\Dx11Includes.h"
|
||
|
|
||
|
Oyster::Resource::CustomData* Oyster::Graphics::Loading::LoadTexture()
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|