Menu

[r2599]: / trunk / src / sample / CocoaGL / main.m  Maximize  Restore  History

Download this file

9 lines (7 with data), 235 Bytes

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