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
00315.05.27.21.0015.blamite
The tag editor for the Blamite Game Engine.
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:84
Guerilla
The main namespace containing all of Guerilla's shared functions.
Definition:
keystone.h:14
guerilla
guerilla.h
Generated on Thu May 27 2021 00:40:20 for Blamite Game Engine - Guerilla by
1.8.17