r370: Heroine Virutal's official release 1.2.1
[cinelerra_cv/mob.git] / hvirtual / plugins / holo / holowindow.h
blob9d2f11b51ddc4fdd5cb64cae09487e6c36a2062e
1 #ifndef HOLOWINDOW_H
2 #define HOLOWINDOW_H
4 #include "guicast.h"
6 class HoloThread;
7 class HoloWindow;
9 #include "filexml.h"
10 #include "holo.h"
11 #include "mutex.h"
12 #include "pluginclient.h"
15 PLUGIN_THREAD_HEADER(HoloMain, HoloThread, HoloWindow)
17 class HoloWindow : public BC_Window
19 public:
20 HoloWindow(HoloMain *client, int x, int y);
21 ~HoloWindow();
23 int create_objects();
24 int close_event();
26 HoloMain *client;
34 #endif