Function Blam::Dialogs::AboutDialogProcedure

Function Documentation

void Blam::Dialogs::AboutDialogProcedure(HINSTANCE hInst, HWND hWnd)

Dialog procedure for the About dialog.

The about dialog will show…something. Right now, its just a copy/paste from when I was angry and had no idea how to make dialogs work. As such, it still identifies itself as FUCKING_DIALOG_TEST rather than Blamite. It also has a button to view engine information.

Parameters
  • hInst: - The instance handle of the application.

  • hWnd: - The window handle to act as the parent window.