Definition at line 47 of file LogoWindow.h. References Init2(), and OglGui::OglWindow::SetBackground(). 00048 : 00049 Window(parent, x, y, w, h, !logoAnim) 00050 { 00051 Init2(logoIm, logoAnim); 00052 if (trans) 00053 SetBackground(0x0); 00054 }
Here is the call graph for this function:
|