![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include "dialogs.h"
#include <Uxtheme.h>
#include <sstream>
#include "res/resource.h"
#include "components/settings/config/config.h"
Functions | |
INT_PTR CALLBACK | AboutDialog (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Main dialog procedure for About dialog. More... | |
Variables | |
HINSTANCE | ab_instance_handle = NULL |
Local copy of application instance handle. More... | |
INT_PTR CALLBACK AboutDialog | ( | HWND | hDlg, |
UINT | message, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Main dialog procedure for About dialog.
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. |
HINSTANCE ab_instance_handle = NULL |
Local copy of application instance handle.