mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
15 lines
289 B
C++
15 lines
289 B
C++
#ifndef _Transparent_Transparent_h
|
|
#define _Transparent_Transparent_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define LAYOUTFILE <Transparent/Transparent.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class App : public WithAppLayout<TopWindow> {
|
|
public:
|
|
typedef App CLASSNAME;
|
|
App();
|
|
};
|
|
|
|
#endif
|