Elaztek Developer Hub
Blamite Game Engine - Guerilla (Stub Executable)  00326.06.27.21.0407.blamite
A small stub executable that is used to launch Guerilla.
keystone.h File Reference
#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 classic, bool allow_safemode, bool allow_continue, const char *text)
 Shows a Qt-driven error dialog. More...
 
GUERILLA int Guerilla::Modules::Keystone::ShowGuerillaWindow (BlamConfigurationFile *config)
 Shows the main Guerilla window. More...
 
GUERILLA BlamResult Guerilla::Modules::Keystone::LoadResourceGroup (std::string file_path)
 Loads a resource group for use with Keystone's UI. More...
 

Macro Definition Documentation

◆ GUERILLA

#define GUERILLA