Danbias/Code/OysterGraphics/FileLoader/TextureLoader.cpp

7 lines
150 B
C++
Raw Normal View History

2013-11-26 13:44:58 +01:00
#include "TextureLoader.h"
#include "..\Core\Dx11Includes.h"
Oyster::Resource::CustomData* Oyster::Graphics::Loading::LoadTexture()
{
return NULL;
}