home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / IndentMaster / Source / IndentMaster_main.m < prev    next >
Encoding:
Text File  |  1994-07-08  |  323 b   |  18 lines

  1. /* Generated by the NeXT Project Builder 
  2.    NOTE: Do NOT change this file -- Project Builder maintains it.
  3. */
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. void
  8. main(int argc, char *argv[])
  9. {
  10.  
  11.     [Application new];
  12.     if ([NXApp loadNibSection:"IndentMaster.nib" owner:NXApp withNames:NO])
  13.     [NXApp run];
  14.  
  15.     [NXApp free];
  16.     exit(0);
  17. }
  18.