![]() |
Blamite Game Engine - Foundry (Stub Executable)
00386.06.16.23.0646.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 "components/modules/modules.h"
#include "components/modules/keystone/keystone.h"
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.
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. 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.