Elaztek Developer Hub
Blamite Game Engine - Foundry (Stub Executable)  00386.06.16.23.0646.blamite
A small stub executable used to launch the Foundry editor.
keystone.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Windows.h>
4 
5 #ifndef FOUNDRY
6 #define FOUNDRY
7 #endif
8 
10 {
11  FOUNDRY bool SetupModule();
12  FOUNDRY void ShutdownModule();
14 
15  FOUNDRY int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char* text);
17 }
Foundry::Modules::Keystone
Definition: keystone.h:9
keystone_handle
HMODULE keystone_handle
The module handle of the Keystone library.
Definition: keystone.cpp:5
keystone.h
Foundry::Modules::Keystone::ShutdownModule
FOUNDRY void ShutdownModule()
Definition: keystone.cpp:62
Foundry::Modules::Keystone::GetKeystoneModuleHandle
FOUNDRY HMODULE GetKeystoneModuleHandle()
Definition: keystone.cpp:68
_Initialize
void(CALLBACK * _Initialize)()
Definition: keystone.cpp:9
__Keystone_ShowFoundryWindow
_ShowFoundryWindow __Keystone_ShowFoundryWindow
Definition: keystone.cpp:13
Foundry::Modules::Keystone::ShowErrorDialog
FOUNDRY int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:73
__Keystone_ShowErrorDialog
_ShowErrorDialog __Keystone_ShowErrorDialog
Definition: keystone.cpp:12
__Keystone_Initialize
_Initialize __Keystone_Initialize
Definition: keystone.cpp:14
Foundry::Modules::Keystone::SetupModule
FOUNDRY bool SetupModule()
Definition: keystone.cpp:33
_Shutdown
void(CALLBACK * _Shutdown)()
Definition: keystone.cpp:10
__Keystone_Shutdown
_Shutdown __Keystone_Shutdown
Definition: keystone.cpp:15
_ShowFoundryWindow
int(CALLBACK * _ShowFoundryWindow)()
Definition: keystone.cpp:8
_ShowErrorDialog
int(CALLBACK * _ShowErrorDialog)(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:7
FOUNDRY
#define FOUNDRY
Definition: keystone.h:6
Foundry::Modules::Keystone::ShowFoundryWindow
FOUNDRY int ShowFoundryWindow()
Definition: keystone.cpp:78
load_keystone_function
bool load_keystone_function(T *function_callback, const char *function_name)
Definition: keystone.cpp:17