Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
engine_information.cpp File Reference
#include "dialogs.h"
#include <Uxtheme.h>
#include <sstream>
#include "res/resource.h"
#include "components/settings/config/config.h"
#include "components/resources/engine_definitions/engine_definitions.h"
#include "version_data.h"

Functions

INT_PTR CALLBACK EngineInformationDialog (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
 Main dialog procedure for Engine Information dialog. More...
 

Variables

HINSTANCE ei_instance_handle = NULL
 Local copy of application instance handle. More...
 

Function Documentation

◆ EngineInformationDialog()

INT_PTR CALLBACK EngineInformationDialog ( HWND  hDlg,
UINT  message,
WPARAM  wParam,
LPARAM  lParam 
)

Main dialog procedure for Engine Information dialog.

Parameters
hDlg- Handle of the dialog box
message- The message recieved by the dialog
wParam- The WPARAM accompanying the message. Not always used.
lParam- The LPARAM accompanying the message. Not always used.
Returns
Whether or not the dialog is closed.

Variable Documentation

◆ ei_instance_handle

HINSTANCE ei_instance_handle = NULL

Local copy of application instance handle.