![]() |
Blamite Game Engine - Foundry (Stub Executable)
00397.09.19.23.0625.blamite
A small stub executable used to launch the Foundry editor.
|
#include <Windows.h>#include <Strings/components/logger/logger.h>#include <HEKFoundry/components/settings/config/config.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 | |
| bool | startup () |
| Performs all Foundry startup tasks. More... | |
| void | cleanup () |
| Performs all Foundry cleanup tasks. More... | |
| int | main (int args_count, char *args[]) |
| Entry point for foundry.exe. More... | |
| void cleanup | ( | ) |
Performs all Foundry cleanup tasks.
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 foundry.exe.
| args_count | - The number of command-line arguments passed to the application. |
| args | - The arguments passed to the application. |
0 when exiting without any error.
Here is the call graph for this function:| bool startup | ( | ) |
Performs all Foundry startup tasks.
true if initialization completed successfully, or false if an unrecoverable error was encountered. If this function returns false, the program should exit.
Here is the call graph for this function:
Here is the caller graph for this function: