home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
WASTE 1.2
/
WASTE Demo ƒ
/
WEDemoMain.c
< prev
next >
Encoding:
Amiga (detected)
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
|
1996-05-19
|
327 b
|
28 lines
|
[
TEXT/CWIE
]
/*
WASTE Demo Project:
Main Program
Copyright © 1993-1996 Marco Piovanelli
All Rights Reserved
C port by John C. Daub
*/
#ifndef __WEDEMOAPP__
#include "WEDemoIntf.h"
#endif
void main( void );
void main( void )
{
if ( Initialize() == noErr )
{
do
{
ProcessEvent();
} while ( !gExiting );
}
Finalize();
}