home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
scase.zip
/
SCASE.Z
/
OWLAPP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-17
|
1KB
|
36 lines
#ifndef owlapp_h_included
#define owlapp_h_included
/******************************************************************************
* ** Company Confidential **
* ** Copyright 1994, All rights Reserved **
* %Z%%M% version %I% date:%G%
******************************************************************************/
// -MQBeg- [Module_Includes] [owlapp_h] <00000020.00000000> Retained!
// -MQEnd- [Module_Includes] [owlapp_h] <00000020.00000000>
// -MQBeg- [Module_Declarations_1] [owlapp_h] <00000020.00000000> Retained!
// -MQEnd- [Module_Declarations_1] [owlapp_h] <00000020.00000000>
// -MQBeg- [Class_Spec] [TTTApp] <00000000.0000001F>
/******************************************************************************
TTTApp:
TTT Application.
******************************************************************************/
class TTTApp : public TApplication
{
// -MQBeg- [Declarations_1] [TTTApp] <00000000.0000001F> Retained!
// -MQEnd- [Declarations_1] [TTTApp] <00000000.0000001F>
public:
virtual void InitMainWindow();
// -MQBeg- [Declarations_2] [TTTApp] <00000000.0000001F> Retained!
// -MQEnd- [Declarations_2] [TTTApp] <00000000.0000001F>
};
// -MQEnd- [Class_Spec] [TTTApp] <00000000.0000001F>
// -MQBeg- [Module_Declarations_2] [owlapp_h] <00000020.00000000> Retained!
// -MQEnd- [Module_Declarations_2] [owlapp_h] <00000020.00000000>
#endif