Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::Videolympics::Vidolvi::Go (  )  [inline]

Definition at line 64 of file mainVidolvi.cpp.

References ILOG_ERROR, ILOG_INFO, mReady, and OglEventLoop().

Referenced by main().

00065     {
00066         if (!mReady) {
00067             ILOG_ERROR("Application not ready.");
00068             return;
00069         }
00070 
00071         //Debug();
00072 
00073         ILOG_INFO("Starting main loop...");
00074         OglEventLoop();
00075     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:51 2011 for ImpalaSrc by  doxygen 1.5.1