Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Guerilla (Stub Executable)
00402.09.29.23.0627.blamite
A small stub executable that is used to launch Guerilla.
guerilla.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <Windows.h>
4
5
#ifndef GUERILLA
6
#define GUERILLA
7
#endif
8
9
#ifdef GUERILLA_EXPORTS
10
#define GUERILLA_API __declspec(dllexport)
11
#else
12
#define GUERILLA_API __declspec(dllimport)
13
#endif
14
21
namespace
Guerilla
22
{
28
GUERILLA
HMODULE
GetGuerillaDLLHandle
();
29
}
GUERILLA
#define GUERILLA
Definition:
guerilla.h:6
Guerilla::GetGuerillaDLLHandle
GUERILLA HMODULE GetGuerillaDLLHandle()
Retrieves the module handle for Guerilla.
Definition:
main.cpp:124
Guerilla
The main namespace containing all of Guerilla's shared functions.
Definition:
keystone.h:14
guerilla
guerilla.h
Generated on Fri Sep 29 2023 10:03:32 for Blamite Game Engine - Guerilla (Stub Executable) by
1.8.17