Function Blam::Dialogs::FirstbootDialogProcedure

Function Documentation

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

Dialog procedure for the Firstboot dialog.

The firstboot dialog should be shown upon first booting a development build of the engine. It will show a message informing developers to report any bugs they find on Gitlab, as well as ask any non-developers to notify Elaztek in the event the build is leaked somehow.

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

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