/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import "SplatApp.h"

void main(int argc, char *argv[]) {

    [SplatApp new];
    if ([NXApp loadNibSection:"Splat.nib" owner:NXApp withNames:NO])
	    [NXApp run];
	    
    [NXApp free];
    exit(0);
}
