Blamite Game Engine - blam!  00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
keystone.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Windows.h>
4 
5 #ifndef BLAM
6 #define BLAM
7 #endif
8 
10 {
11  BLAM void SetupModule();
12  BLAM void ShutdownModule();
13  BLAM HMODULE GetKeystoneModuleHandle();
14 
15  BLAM int ShowMainWindow();
16  BLAM int ShowErrorDialog(bool classic, bool allow_safemode, bool allow_continue, const char* text);
17 }
Blam::Modules::Keystone::ShutdownModule
BLAM void ShutdownModule()
Definition: keystone.cpp:44
Blam::Modules::Keystone::ShowMainWindow
BLAM int ShowMainWindow()
Definition: keystone.cpp:54
BLAM
#define BLAM
Definition: keystone.h:6
Blam::Modules::Keystone
Definition: keystone.h:9
Blam::Modules::Keystone::GetKeystoneModuleHandle
BLAM HMODULE GetKeystoneModuleHandle()
Definition: keystone.cpp:49
Blam::Modules::Keystone::ShowErrorDialog
BLAM int ShowErrorDialog(bool classic, bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:59
Blam::Modules::Keystone::SetupModule
BLAM void SetupModule()
Definition: keystone.cpp:11