Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
keystone.h File Reference
#include <Windows.h>
#include <string>
#include "components/diagnostics/errors/errors.h"

Go to the source code of this file.

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Modules
 
 Blam::Modules::Keystone
 

Macros

#define BLAM
 

Functions

BLAM BlamResult Blam::Modules::Keystone::SetupModule ()
 
BLAM void Blam::Modules::Keystone::ShutdownModule ()
 
BLAM HMODULE Blam::Modules::Keystone::GetKeystoneModuleHandle ()
 
BLAM int Blam::Modules::Keystone::ShowMainWindow ()
 
BLAM int Blam::Modules::Keystone::ShowErrorDialog (bool classic, bool allow_safemode, bool allow_continue, const char *text)
 
BLAM bool Blam::Modules::Keystone::OpenWebURL (std::string url)
 
BLAM bool Blam::Modules::Keystone::OpenLocalURL (std::string url)
 

Macro Definition Documentation

◆ BLAM

#define BLAM