linux-wallpaperengine/wallpaperengine/texture.cpp
2018-08-27 16:15:31 +02:00

16 lines
200 B
C++

#include <wallpaperengine/texture.h>
namespace wp
{
texture::texture (irr::io::path file)
{
}
irr::video::ITexture* texture::getIrrTexture ()
{
return nullptr;
}
}