Elaztek Developer Hub
Blamite Game Engine - Foundry (Stub Executable)  00361.08.25.22.0004.blamite
A small stub executable used to launch the Foundry editor.
keystone.cpp File Reference
#include "keystone.h"
#include <string>

Typedefs

typedef int(CALLBACK * _ShowErrorDialog) (bool allow_safemode, bool allow_continue, const char *text)
 
typedef int(CALLBACK * _ShowFoundryWindow) ()
 
typedef void(CALLBACK * _Initialize) ()
 

Functions

template<typename T >
bool load_keystone_function (T *function_callback, char *function_name)
 

Variables

HMODULE keystone_handle
 The module handle of the Keystone library. More...
 
_ShowErrorDialog __Keystone_ShowErrorDialog
 
_ShowFoundryWindow __Keystone_ShowFoundryWindow
 
_Initialize __Keystone_Initialize
 

Typedef Documentation

◆ _Initialize

typedef void(CALLBACK* _Initialize) ()

◆ _ShowErrorDialog

typedef int(CALLBACK* _ShowErrorDialog) (bool allow_safemode, bool allow_continue, const char *text)

◆ _ShowFoundryWindow

typedef int(CALLBACK* _ShowFoundryWindow) ()

Function Documentation

◆ load_keystone_function()

template<typename T >
bool load_keystone_function ( T *  function_callback,
char *  function_name 
)

Variable Documentation

◆ __Keystone_Initialize

_Initialize __Keystone_Initialize

◆ __Keystone_ShowErrorDialog

_ShowErrorDialog __Keystone_ShowErrorDialog

◆ __Keystone_ShowFoundryWindow

_ShowFoundryWindow __Keystone_ShowFoundryWindow

◆ keystone_handle

HMODULE keystone_handle

The module handle of the Keystone library.