Reimplemented from OglGui::Window. Definition at line 47 of file SplashScreen.h. References OglGui::OglWindow::H(), OglGui::OglWindow::mOglWnd, OglGui::OglWindow::SetBackground(), and OglGui::OglWindow::W(). 00048 { 00049 SetBackground(oglWHITE); 00050 OGLWND* animWnd = oglSys.CreateOGLViewPort(mOglWnd,0,0,W(),H()); 00051 MNAnimFuncsSkipIntro(animWnd); 00052 }
Here is the call graph for this function:
|