|
Nugget
|


Public Member Functions | |
| void | renderTetrisLogo () |
| psyqo::Color | getBlink (unsigned scale=1) |
Public Member Functions inherited from psyqo::Application | |
| int | run () |
| Runs the main loop. More... | |
| psyqo::GPU & | gpu () |
| Get the GPU object. More... | |
| Scene * | getCurrentScene () |
| Get the current scene object. More... | |
| void | pushScene (Scene *scene) |
| Push a scene object onto the stack. More... | |
| Scene * | popScene () |
| Pop a scene object from the stack. More... | |
Public Attributes | |
| psyqo::SimplePad | m_input |
| psyqo::Font | m_font |
| Rand | m_rand |
| SplashScreen | m_splash |
| MainMenu | m_mainMenu |
| Options | m_options |
| Credits | m_credits |
| MainGame | m_mainGame |
| Pause | m_pause |
| GameOver | m_gameOver |
| Sound | m_sound |
| Playfield< 10, 20 > | m_playfield |