Merge branch 'master' of git://git.pipapo.org/cinelerra/svn into ct
[cinelerra_cv/ct.git] / cinelerra / splashgui.h
blob7755bbe26033b8a66cfe440714a69dad7b042fce
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
21 // Local Variables:
22 // mode: C++
23 // c-file-style: "linux"
24 // End: