![]() |
Blamite Game Engine - Sapien (Stub Executable)
00417.04.28.24.2058.blamite
A small stub executable used to launch the Sapien editor.
|
#include <Windows.h>
Include dependency graph for keystone.h:
This graph shows which files directly or indirectly include this file: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 |