add vicons
[goodguy/history.git] / cinelerra-5.0 / guicast / vicon.inc
diff --git a/cinelerra-5.0/guicast/vicon.inc b/cinelerra-5.0/guicast/vicon.inc
new file mode 100644 (file)
index 0000000..77b9ca8
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __VICON_INC__
+#define __VICON_INC__
+
+#define VICON_WIDTH 80
+#define VICON_HEIGHT 45
+
+class ViewWindow;
+class VIconThread;
+class VIcon;
+
+#endif