mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
25 lines
475 B
C++
25 lines
475 B
C++
#ifndef _Snow2CypherTest_Snow2CypherTest_h
|
|
#define _Snow2CypherTest_Snow2CypherTest_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <Controls4U/Controls4U.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <StreamCypherTest/StreamCypherTest.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class StreamCypherTest : public WithStreamCypherTestLayout<TopWindow>
|
|
{
|
|
private:
|
|
void onCypherSwitch(void);
|
|
void onGo(void);
|
|
|
|
public:
|
|
typedef StreamCypherTest CLASSNAME;
|
|
|
|
StreamCypherTest();
|
|
};
|
|
|
|
#endif
|
|
|