mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
16 lines
200 B
C++
16 lines
200 B
C++
#include <wallpaperengine/texture.h>
|
|
|
|
namespace wp
|
|
{
|
|
|
|
texture::texture (irr::io::path file)
|
|
{
|
|
|
|
}
|
|
|
|
|
|
irr::video::ITexture* texture::getIrrTexture ()
|
|
{
|
|
return nullptr;
|
|
}
|
|
} |