home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 January
/
macpower199701.bin
/
AMUG
/
Programming_10
/
WASTE 1.3a1.sit
/
WASTE 1.3a1 Distribution
/
Demo
/
WEDemoMain.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-08-23
|
319 b
|
27 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 )
{
if ( Initialize ( ) == noErr )
{
do
{
ProcessEvent ( ) ;
} while ( ! gExiting ) ;
}
Finalize ( ) ;
}