xoreos
0.0.5
|
The NWN legal billboard. More...
#include <legal.h>
Public Member Functions | |
Legal () | |
~Legal () | |
void | fadeIn () |
void | show () |
Private Attributes | |
Common::ScopedPtr< FadeModel > | _billboard |
Engines::NWN::Legal::Legal | ( | ) |
Definition at line 127 of file legal.cpp.
References _billboard.
void Engines::NWN::Legal::fadeIn | ( | ) |
Definition at line 137 of file legal.cpp.
References _billboard, EventMan, and Events::kEventMouseDown.
Referenced by Engines::NWN::Game::mainMenu().
void Engines::NWN::Legal::show | ( | ) |
Definition at line 160 of file legal.cpp.
References _billboard, EventMan, and Events::kEventMouseDown.
Referenced by Engines::NWN::Game::mainMenu().
|
private |