#include <lugre_shell.h>
Public Member Functions | |
| cShell () | |
| void | Init (const int iArgC, char **pszArgV) |
| void | DeInit () |
Static Public Member Functions | |
| static cShell & | GetSingleton () |
| static long | GetTicks () |
| get ticks("milli"seconds,really:microseconds) probably: (since start, 1000 = 1 second, wraps in 49 days) | |
Public Attributes | |
| int | miArgC |
| char ** | mpszArgV |
Static Public Attributes | |
| static bool | mbAlive |
Definition at line 31 of file lugre_shell.h.
| Lugre::cShell::cShell | ( | ) |
Referenced by GetSingleton().
| static cShell& Lugre::cShell::GetSingleton | ( | ) | [inline, static] |
| void Lugre::cShell::Init | ( | const int | iArgC, | |
| char ** | pszArgV | |||
| ) |
Referenced by Lugre::Lugre_Run().
| void Lugre::cShell::DeInit | ( | ) |
Referenced by Lugre::Lugre_Run().
| static long Lugre::cShell::GetTicks | ( | ) | [static] |
get ticks("milli"seconds,really:microseconds) probably: (since start, 1000 = 1 second, wraps in 49 days)
Referenced by Lugre::cOgreWrapper::RenderOneFrame(), Lugre::cGame::RenderOneFrame(), Lugre::cGame::Run(), and Lugre::cOgreWrapper::TakeScreenshot().
bool Lugre::cShell::mbAlive [static] |
Definition at line 32 of file lugre_shell.h.
Referenced by Lugre::cOgreWrapper::CreateOgreWindow(), and Lugre::cOgreWrapper::RenderOneFrame().
Definition at line 33 of file lugre_shell.h.
| char** Lugre::cShell::mpszArgV |
Definition at line 34 of file lugre_shell.h.
1.5.6