Elaztek Developer Hub
Blamite Game Engine - Sapien (Stub Executable)  00367.02.08.23.1815.blamite
A small stub executable used to launch the Sapien editor.
keystone.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Windows.h>
4 
5 #ifndef SAPIEN
6 #define SAPIEN
7 #endif
8 
10 {
11  SAPIEN bool SetupModule();
12  SAPIEN void ShutdownModule();
14 
15  SAPIEN int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char* text);
17 }
Sapien::Modules::Keystone::ShowErrorDialog
SAPIEN int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:81
Sapien::Modules::Keystone
Definition: keystone.h:9
SAPIEN
#define SAPIEN
Definition: keystone.h:6
Sapien::Modules::Keystone::ShowSapienWindow
SAPIEN int ShowSapienWindow()
Definition: keystone.cpp:86
Sapien::Modules::Keystone::GetKeystoneModuleHandle
SAPIEN HMODULE GetKeystoneModuleHandle()
Definition: keystone.cpp:76
Sapien::Modules::Keystone::SetupModule
SAPIEN bool SetupModule()
Definition: keystone.cpp:41
Sapien::Modules::Keystone::ShutdownModule
SAPIEN void ShutdownModule()
Definition: keystone.cpp:70