|
Odamex
Setting the Standard in Multiplayer Doom
|
The about box. More...
#include <agol_about.h>
Public Member Functions | |
| AGOL_About () | |
| Constructor. | |
| ~AGOL_About () | |
| Destructor. | |
| void | SetWindowCloseEvent (EventHandler *handler) |
| Set the window close event. | |
The about box.
This dialog provides information about the application, authors, and license.
| agOdalaunch::AGOL_About::AGOL_About | ( | ) |
Constructor.
| agOdalaunch::AGOL_About::~AGOL_About | ( | ) |
Destructor.
| void agOdalaunch::AGOL_About::SetWindowCloseEvent | ( | EventHandler * | handler | ) |
Set the window close event.
The provided event handler will be called when the window closes.
| handler | The event handler. |