1 #include "bcdisplayinfo.h"
3 #include "holowindow.h"
7 PLUGIN_THREAD_OBJECT(HoloMain, HoloThread, HoloWindow)
12 HoloWindow::HoloWindow(HoloMain *client, int x, int y)
13 : BC_Window(client->gui_string,
24 this->client = client;
27 HoloWindow::~HoloWindow()
31 int HoloWindow::create_objects()
34 add_subwindow(new BC_Title(x, y,
35 _("HolographicTV from EffectTV\n"
36 "Copyright (C) 2001 FUKUCHI Kentarou")
44 WINDOW_CLOSE_EVENT(HoloWindow)