mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
16 lines
314 B
C++
16 lines
314 B
C++
#ifndef _SkinSensitive_SkinSensitive_h
|
|
#define _SkinSensitive_SkinSensitive_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <SkinSensitive/SkinSensitive.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class SkinSensitive : public WithSkinSensitiveLayout<TopWindow> {
|
|
public:
|
|
SkinSensitive();
|
|
};
|
|
|
|
#endif
|