NCL Composer
0.1
|
00001 #ifndef QNSTGRAPHICSSCRIPT_H 00002 #define QNSTGRAPHICSSCRIPT_H 00003 00004 #include "qnstgraphicsmedia.h" 00005 00006 class QnstGraphicsScript : public QnstGraphicsMedia 00007 { 00008 public: 00009 QnstGraphicsScript(QnstGraphicsNode* parent = 0); 00010 00011 ~QnstGraphicsScript(); 00012 }; 00013 00014 #endif // QNSTGRAPHICSSCRIPT_H