![]() |
Blamite Game Engine - Sapien (Stub Executable)
00424.10.27.24.1841.blamite
A small stub executable used to launch the Sapien editor.
|
#include "sapien.h"#include <Windows.h>#include <Strings/components/logger/logger.h>#include <Strings/components/utils/string/string.h>#include <HEKSapien/components/settings/config/config.h>#include <HEKGuerilla/components/tags/tags.h>#include <HEKGuerilla/components/projects/projects.h>#include <Strings/components/utils/io/io.h>#include "components/modules/modules.h"#include "components/modules/keystone/keystone.h"
Include dependency graph for main.cpp:Functions | |
| void | cleanup () |
| Releases any data used by the application. More... | |
| bool | startup () |
| Initializes any data required for Sapien. More... | |
| int | main (int args_count, char *args[]) |
| Entry point for Sapien. More... | |
| void cleanup | ( | ) |
Releases any data used by the application.
Here is the call graph for this function:
Here is the caller graph for this function:| int main | ( | int | args_count, |
| char * | args[] | ||
| ) |
Entry point for Sapien.
| args_count | - The number of arguments provided to the application. |
| args | - The list of arguments provided to the application. |
Here is the call graph for this function:| bool startup | ( | ) |
Initializes any data required for Sapien.
true if startup completed successfully, otherwise returns false. If this returns false, the application should abort.
Here is the call graph for this function:
Here is the caller graph for this function: