linux-wallpaperengine/common.h
Alexis Maiquez ff59fcce41 ~ Current status of the project (basic shader support and shader precompilation steps)
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
2018-07-05 02:17:58 +02:00

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