mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 05:12:25 +08:00
13 lines
205 B
C
13 lines
205 B
C
//
|
|
// Created by almamu on 27/06/18.
|
|
//
|
|
|
|
#ifndef TEMP_COMMON_H
|
|
#define TEMP_COMMON_H
|
|
|
|
extern int WinID;
|
|
extern irr::video::IVideoDriver* driver;
|
|
extern irr::IrrlichtDevice* device;
|
|
|
|
#endif //TEMP_COMMON_H
|