00001 #ifndef VIEWER_H 00002 #define VIEWER_H 00003 00004 #include "mwindow.inc" 00005 #include "thread.h" 00006 00007 class VWindow : public Thread 00008 { 00009 public: 00010 VWindow(MWindow *mwindow); 00011 ~VWindow(); 00012 00013 MWindow *mwindow; 00014 }; 00015 00016 #endif
1.4.4