ultimatepp/uppdev/Crush/Crush.h
cxl aa2166a0d9 Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1058 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-15 17:02:24 +00:00

23 lines
322 B
C++

#ifndef _Crush_Crush_h
#define _Crush_Crush_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <Crush/Crush.lay>
#include <CtrlCore/lay.h>
class Crush : public WithCrushLayout<TopWindow>
{
public:
typedef Crush CLASSNAME;
Crush();
private:
void CrushThis();
};
#endif