![]() |
Blamite Game Engine - Guerilla (Stub Executable)
00386.06.16.23.0646.blamite
A small stub executable that is used to launch Guerilla.
|
#include <Windows.h>
#include <Strings/components/settings/config/config.h>
Go to the source code of this file.
Namespaces | |
Guerilla | |
The main namespace containing all of Guerilla's shared functions. | |
Guerilla::Modules | |
Namespace containing functions for initializing and releasing any modules that Guerilla depends on. | |
Guerilla::Modules::Keystone | |
Namespace containing functions related to the Keystone module, as well as any imported functions from Keystone. | |
Macros | |
#define | GUERILLA |
Functions | |
GUERILLA bool | Guerilla::Modules::Keystone::SetupModule () |
Attempts to initialize the Keystone module and import any needed functions. More... | |
GUERILLA void | Guerilla::Modules::Keystone::ShutdownModule () |
Shuts down the Keystone module. More... | |
GUERILLA HMODULE | Guerilla::Modules::Keystone::GetKeystoneModuleHandle () |
Retrieves the module handle for Keystone. More... | |
GUERILLA int | Guerilla::Modules::Keystone::ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text) |
Shows a Qt-driven error dialog. More... | |
GUERILLA int | Guerilla::Modules::Keystone::ShowGuerillaWindow () |
Shows the main Guerilla window. More... | |
#define GUERILLA |