Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
Functions
RLEViewer_main.m File Reference
#import <stdlib.h>
#import "Myapp.h"
Include dependency graph for RLEViewer_main.m:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 16 of file RLEViewer_main.m.

16  {
17  NXApp = [Myapp new];
18  [NXApp loadNibSection:"RLEViewer.nib" owner:NXApp];
19  [NXApp run];
20  [NXApp free];
21  exit(0);
22 }
id new()
Definition: Myapp.m:25