#include <stateclose.h>
Inheritance diagram for StateClose:
Public Member Functions | |
StateClose (irr::c8 *n, irr::IrrlichtDevice *d) | |
~StateClose () | |
Destructor. | |
bool | OnEvent (irr::SEvent event) |
void | entry (void) |
void | exit (void) |
void | render (irr::u32 deltaTime) |
Presents some options before game application quits.
Definition at line 11 of file stateclose.h.
|
Constructor.
|
|
Implements State. Definition at line 76 of file stateclose.cpp. References State::device, Debug::log(), and State::name. |
|
Implements State. Definition at line 91 of file stateclose.cpp. References Debug::log(), and State::name. |
|
Implements State. |
|
Implements State. |