ultimatepp/upptst/CheckCompile/CheckCompile.h
cxl efd128cc70 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@9922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-11 15:56:01 +00:00

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