home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / SoundAndMusic / Hyperupic / Hyperupic.app / Hyperupic_main.m < prev    next >
Text File  |  1992-08-10  |  275b  |  15 lines

  1. /*
  2.  *     Generated by the NeXT Interface Builder.
  3.  */
  4.  
  5. #import <stdlib.h>
  6. #import "HyperupicApp.h"
  7.  
  8. void main(int argc, char *argv[]) {
  9.     NXApp = [HyperupicApp new];
  10.     [NXApp loadNibSection:"Hyperupic.nib" owner:NXApp];
  11.     [NXApp run];
  12.     [NXApp free];
  13.     exit(0);
  14. }
  15.