|
Odamex
Setting the Standard in Multiplayer Doom
|
The settings dialog. More...
#include <agol_settings.h>
Public Member Functions | |
| AGOL_Settings () | |
| Constructor. | |
| ~AGOL_Settings () | |
| Destructor. | |
| void | SetWindowCloseEvent (EventHandler *handler) |
| Set the window close event. | |
The settings dialog.
This class provides a settings dialog with configurable options.
| agOdalaunch::AGOL_Settings::AGOL_Settings | ( | ) |
Constructor.
| agOdalaunch::AGOL_Settings::~AGOL_Settings | ( | ) |
Destructor.
| void agOdalaunch::AGOL_Settings::SetWindowCloseEvent | ( | EventHandler * | handler | ) |
Set the window close event.
The provided event handler will be called when the window closes.
| handler | The event handler. |