mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
17 lines
355 B
C++
17 lines
355 B
C++
#ifndef _CheckCompile_CheckCompile_h
|
|
#define _CheckCompile_CheckCompile_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <CheckCompile/CheckCompile.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class CheckCompile : public WithCheckCompileLayout<TopWindow> {
|
|
public:
|
|
typedef CheckCompile CLASSNAME;
|
|
CheckCompile();
|
|
};
|
|
|
|
#endif
|