 |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace surrounding all major engine components.
Definition: blam_api.h:18
BLAM void AboutDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the About dialog.
Definition: about.cpp:14
HINSTANCE hInst
Application instance handle.
Definition: main.cpp:65
BLAM void SentryEventIdDialogProcedure(HINSTANCE instance_handle, HWND window_handle)
Definition: sentry_event_notice.cpp:64
BLAM bool SetControlText(HWND dialog, int field, LPSTR text)
Sets the text of the specified control.
Definition: dialog_helpers.cpp:19
BLAM void FirstbootDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Firstboot dialog.
Definition: firstboot.cpp:15
BLAM void AddItemToComboBox(HWND hDlg, int control_id, char *item, int value)
Adds an item to the specified ComboBox control.
Definition: dialog_helpers.cpp:50
BLAM void EnableControl(HWND dialog, int field)
Enables the specified control.
Definition: dialog_helpers.cpp:33
BLAM void DisableControl(HWND dialog, int field)
Disables the specified control.
Definition: dialog_helpers.cpp:26
BLAM void DisableWindowThemes(HWND dialog)
Disables visual themes for the specified dialog ().
Definition: dialog_helpers.cpp:7
BLAM std::string GetStringFromDword(DWORD dword)
Converts a DWORD to a std::string.
Definition: dialog_helpers.cpp:41
BLAM void DisableControlThemes(HWND dialog, int field)
Disables visual themes for the specified control.
Definition: dialog_helpers.cpp:13
BLAM void SetComboBoxSelectedItem(HWND hDlg, int control_id, char *item)
Change the selected item in a ComboBox.
Definition: dialog_helpers.cpp:60
#define BLAM
Definition: dialogs.h:7
BLAM void EngineInformationDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Engine Information dialog.
Definition: engine_information.cpp:16
BLAM void FontTestDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Font Test dialog.
Definition: font_test.cpp:14
BLAM void ErrorDialogProcedure(HINSTANCE hInst, HWND hWnd, LPSTR error_text)
Dialog procedure for the Error dialog.
Definition: error_notice.cpp:36
BLAM int ErrorDialogModal(HINSTANCE hInst, HWND hWnd, LPSTR error_text, bool allow_continue, bool allow_safemode)
Displays the Error dialog as a modal dialog - in other words, it halts engine execution.
Definition: error_notice.cpp:23