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 (Library)
00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
guerilla.h
Go to the documentation of this file.
1
// Blamite Game Engine - HEKGuerila.dll Core Header //
3
// Copyright (c) 2013-2021 Elaztek Studios //
5
6
#pragma once
7
8
#define WIN32_LEAN_AND_MEAN
9
#include <windows.h>
10
11
#ifdef GUERILLA_LIB_EXPORTS
12
#define GUERILLA_LIB_API __declspec(dllexport)
13
#else
14
#define GUERILLA_LIB_API __declspec(dllimport)
15
#endif
16
17
namespace
Guerilla
18
{
19
GUERILLA_LIB_API
HMODULE
GetGuerillaDLLHandle
();
20
}
GUERILLA_LIB_API
#define GUERILLA_LIB_API
Definition:
guerilla.h:14
Guerilla::GetGuerillaDLLHandle
GUERILLA_LIB_API HMODULE GetGuerillaDLLHandle()
Definition:
main.cpp:29
Guerilla
Definition:
projects.h:113
HEKGuerilla
guerilla.h
Generated on Fri Sep 29 2023 10:03:38 for Blamite Game Engine - Guerilla (Library) by
1.8.17