Elaztek Developer Hub
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 {
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