|
Odamex
Setting the Standard in Multiplayer Doom
|
The solo game launcher dialog. More...
#include <agol_solo.h>
Public Member Functions | |
| AGOL_Solo () | |
| Constructor. | |
| ~AGOL_Solo () | |
| Destructor. | |
| void | SetWindowCloseEvent (EventHandler *handler) |
| Set the window close event. | |
The solo game launcher dialog.
This class provides a solo game launcher dialog with a wad list. The user can select the wads they are interested in launching a solo game with and then start the game.
| agOdalaunch::AGOL_Solo::AGOL_Solo | ( | ) |
Constructor.
| agOdalaunch::AGOL_Solo::~AGOL_Solo | ( | ) |
Destructor.
| void agOdalaunch::AGOL_Solo::SetWindowCloseEvent | ( | EventHandler * | handler | ) |
Set the window close event.
The provided event handler will be called when the window closes.
| handler | The event handler. |