![]() |
Blamite Game Engine - Guerilla
00311.03.29.21.1456.blamite
The tag editor for the Blamite Game Engine.
|
#include "guerilla.h"#include <Strings/components/resources/strings/strings.h>#include <Strings/editor/guerilla/tags/tags.h>#include <Strings/editor/guerilla/settings/config/config.h>#include <Strings/editor/guerilla/logger/logger.h>#include "components/modules/modules.h"#include "components/modules/keystone/keystone.h"Functions | |
| void | startup () |
| Performs all Guerilla startup tasks. More... | |
| void | cleanup () |
| Performs all Guerilla cleanup tasks. More... | |
| int | main (int args_count, char *args[]) |
| Entry point for guerilla.exe. More... | |
Variables | |
| HMODULE | guerilla_dll_handle = NULL |
| Module handle for Guerilla. More... | |
| void cleanup | ( | ) |
Performs all Guerilla cleanup tasks.
| int main | ( | int | args_count, |
| char * | args[] | ||
| ) |
Entry point for guerilla.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. | void startup | ( | ) |
Performs all Guerilla startup tasks.
| HMODULE guerilla_dll_handle = NULL |
Module handle for Guerilla.