Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Sapien (Stub Executable)
00368.02.12.23.1347.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
9
namespace
Sapien::Modules::Keystone
10
{
11
SAPIEN
bool
SetupModule
();
12
SAPIEN
void
ShutdownModule
();
13
SAPIEN
HMODULE
GetKeystoneModuleHandle
();
14
15
SAPIEN
int
ShowErrorDialog
(
bool
allow_safemode,
bool
allow_continue,
const
char
* text);
16
SAPIEN
int
ShowSapienWindow
();
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
sapien
components
modules
keystone
keystone.h
Generated on Sun Feb 12 2023 16:17:33 for Blamite Game Engine - Sapien (Stub Executable) by
1.8.17