r999: maintainers added to README_en.
[cinelerra_cv/mob.git] / cinelerra / splashgui.h
blob1d6472ae9ce1417f8200accbf6373828c011ef9d
1 #ifndef SPLASHGUI_H
2 #define SPLASHGUI_H
4 #include "guicast.h"
7 class SplashGUI : public BC_Window
9 public:
10 SplashGUI(VFrame *bg, int x, int y);
11 ~SplashGUI();
12 void create_objects();
13 BC_Title *operation;
14 VFrame *bg;
15 BC_ProgressBar *progress;
19 #endif