00001 #ifndef SPLASHGUI_H 00002 #define SPLASHGUI_H 00003 00004 #include "guicast.h" 00005 00006 00007 class SplashGUI : public BC_Window 00008 { 00009 public: 00010 SplashGUI(VFrame *bg, int x, int y); 00011 ~SplashGUI(); 00012 void create_objects(); 00013 BC_Title *operation; 00014 VFrame *bg; 00015 BC_ProgressBar *progress; 00016 }; 00017 00018 00019 #endif
1.4.4