Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
keystone.h File Reference
#include <Windows.h>
#include <string>
#include "components/diagnostics/errors/errors.h"
+ Include dependency graph for keystone.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Modules
 
 Blam::Modules::Keystone
 Namespace containing functions from the Keystone library.
 

Macros

#define BLAM
 

Functions

BLAM BlamResult Blam::Modules::Keystone::SetupModule ()
 Sets up the module and loads all necessary functions for calling. More...
 
BLAM void Blam::Modules::Keystone::ShutdownModule ()
 Shuts down the module and releases any data used by it. More...
 
BLAM HMODULE Blam::Modules::Keystone::GetKeystoneModuleHandle ()
 Retrieves the module handle for the Keystone library. More...
 
BLAM int Blam::Modules::Keystone::ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text)
 Shows a Qt-driven error dialog. More...
 
BLAM bool Blam::Modules::Keystone::OpenWebURL (std::string url)
 Opens a URL in the user's default web browser. More...
 
BLAM bool Blam::Modules::Keystone::OpenLocalURL (std::string url)
 Opens a local file with the user's default application. More...
 

Macro Definition Documentation

◆ BLAM

#define BLAM