#ifndef BackGroundWidget_H_ #define BackGroundWidget_H_ #include #include class BackGroundWidget : public osgWidget::Widget { public: BackGroundWidget(const std::string& name, float w, float h, const std::string& fileName); ~BackGroundWidget(void); }; #endif