root/OpenSceneGraph/trunk/examples/osgsimpleviewerCocoa/main.m
@
5727
| Revision 5727, 264 bytes (checked in by robert, 7 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | // |
| 2 | // main.m |
| 3 | // osgsimpleviewerCocoa |
| 4 | // |
| 5 | // Created by Eric Wing on 11/13/06. |
| 6 | // Copyright __MyCompanyName__ 2006. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import <Cocoa/Cocoa.h> |
| 10 | |
| 11 | int main(int argc, char *argv[]) |
| 12 | { |
| 13 | return NSApplicationMain(argc, (const char **) argv); |
| 14 | } |
Note: See TracBrowser
for help on using the browser.
