mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-16 14:22:24 +08:00
8 lines
228 B
C++
8 lines
228 B
C++
#include <wallpaperengine/irrlicht.h>
|
|
|
|
namespace wp
|
|
{
|
|
irr::video::IVideoDriver* irrlicht::driver = nullptr;
|
|
irr::IrrlichtDevice* irrlicht::device = nullptr;
|
|
irr::scene::ICameraSceneNode* irrlicht::camera = nullptr;
|
|
} |