home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Utilities / BMI-5.0-w / BMI_main.m < prev    next >
Encoding:
Text File  |  1997-01-26  |  115 b   |  8 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. int main(int argc, const char *argv[]) {
  4.     return NSApplicationMain(argc, argv);
  5.  }
  6.  
  7.  
  8.