//Created by Thomas Hogarth 2009 //force the link to our desired osgPlugins #include "osgPlugins.h" #include #include #include #include #import @interface iphoneViewerAppDelegate : NSObject { UIWindow* _window; //main application window CADisplayLink* _displayLink; osg::ref_ptr _viewer; osg::ref_ptr _root; } @property (nonatomic, retain) /*IBOutlet*/ UIWindow *_window; - (void)updateScene; @end