16 #ifndef OSGWIDGET_SCRIPT_ENGINE
17 #define OSGWIDGET_SCRIPT_ENGINE
19 #include <osg/Referenced>
30 virtual bool close () {
return false; }
31 virtual bool eval (
const std::string&) {
return false; }
32 virtual bool runFile (
const std::string&) {
return false; }