This is SoundAndLight_main.m in view mode; [Download] [Up]
#import "SoundAndLight.h"
void main(int argc, char *argv[])
{
[[(NXApp = [SoundAndLight new]) run] free];
exit(EXIT_SUCCESS);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.