![]() |
Blamite Game Engine - Sapien (Stub Executable)
00408.01.06.24.1723.blamite
A small stub executable used to launch the Sapien editor.
|
#include <Windows.h>
Go to the source code of this file.
Namespaces | |
Sapien | |
Sapien::Modules | |
Namespace containing functions for interacting with modules required for Sapien. | |
Sapien::Modules::Keystone | |
Namespace containing functions for the Keystone module. | |
Macros | |
#define | SAPIEN |
Functions | |
SAPIEN bool | Sapien::Modules::Keystone::SetupModule () |
Initializes the Keystone module. More... | |
SAPIEN void | Sapien::Modules::Keystone::ShutdownModule () |
Shuts down the Keystone module. More... | |
SAPIEN HMODULE | Sapien::Modules::Keystone::GetKeystoneModuleHandle () |
Retrieves the Keystone module handle. More... | |
SAPIEN int | Sapien::Modules::Keystone::ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text) |
Shows a Qt-driven error dialog. More... | |
SAPIEN int | Sapien::Modules::Keystone::ShowSapienWindow () |
Shows the main Sapien window. More... | |
#define SAPIEN |