repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git]
/
hvirtual
/
cinelerra
/
splashgui.h
blob
1d6472ae9ce1417f8200accbf6373828c011ef9d
1
#ifndef SPLASHGUI_H
2
#define SPLASHGUI_H
3
4
#include
"guicast.h"
5
6
7
class
SplashGUI
:
public
BC_Window
8
{
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
;
16
};
17
18
19
#endif