Elaztek Developer Hub
Blamite Game Engine - Guerilla (Stub Executable)  00386.06.16.23.0646.blamite
A small stub executable that is used to launch Guerilla.
resource.h
Go to the documentation of this file.
1 //{{NO_DEPENDENCIES}}
2 // Microsoft Visual C++ generated include file.
3 // Used by Resource.rc
4 //
5 #define IDR_GUERILLA_CFG 105
6 #define IDB_PNG6 108
7 #define IDI_GUERILLA_ICON_2_GRAD 109
8 #define IDR_CFG1 117
9 #define IDR_CFG2 118
10 
11 // Next default values for new objects
12 //
13 #ifdef APSTUDIO_INVOKED
14 #ifndef APSTUDIO_READONLY_SYMBOLS
15 #define _APS_NEXT_RESOURCE_VALUE 119
16 #define _APS_NEXT_COMMAND_VALUE 40001
17 #define _APS_NEXT_CONTROL_VALUE 1001
18 #define _APS_NEXT_SYMED_VALUE 101
19 #endif
20 #endif
startup
bool startup()
Performs all Guerilla startup tasks.
Definition: main.cpp:22
keystone.h
Guerilla::Modules::ReleaseModules
GUERILLA void ReleaseModules()
Released all linked modules.
Definition: modules.cpp:22
Guerilla::GetGuerillaDLLHandle
GUERILLA HMODULE GetGuerillaDLLHandle()
Retrieves the module handle for Guerilla.
Definition: main.cpp:123
guerilla_dll_handle
HMODULE guerilla_dll_handle
Module handle for Guerilla.
Definition: main.cpp:14
Guerilla::Modules::InitializeModules
GUERILLA bool InitializeModules()
Initializes all needed modules.
Definition: modules.cpp:7
Guerilla::Modules::Keystone::ShowGuerillaWindow
GUERILLA int ShowGuerillaWindow()
Shows the main Guerilla window.
Definition: keystone.cpp:85
modules.h
guerilla.h
Guerilla::Modules::Keystone::ShowErrorDialog
GUERILLA int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Shows a Qt-driven error dialog.
Definition: keystone.cpp:80
cleanup
void cleanup()
Performs all Guerilla cleanup tasks.
Definition: main.cpp:92
main
int main(int args_count, char *args[])
Entry point for guerilla.exe.
Definition: main.cpp:109