add vicons
[goodguy/history.git] / cinelerra-5.0 / guicast / vicon.inc
1 #ifndef __VICON_INC__
2 #define __VICON_INC__
3
4 #define VICON_WIDTH 80
5 #define VICON_HEIGHT 45
6
7 class ViewWindow;
8 class VIconThread;
9 class VIcon;
10
11 #endif