home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inter.Net 55-1
/
Inter.Net 55-1.iso
/
beos
/
PPBeDevKit.ZIP
/
PLAYERPR.TAR
/
PlayerPRO
/
MAD Simple
/
mainMADSimple.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-12-26
|
290 b
|
19 lines
#include "RDriver.h"
#include "Be-DriverClass.h"
#ifndef __MAINMADH__
#define __MAINMADH__
class MyApp : public BApplication
{
public:
MyApp(ulong signature);
~MyApp();
virtual void RefsReceived(BMessage *msg);
MADDriverClass *myMADDriverClass;
};
#endif