Elaztek Developer Hub
Blamite Game Engine - Guerilla  00307.01.26.21.0804.blamite
The tag editor for the Blamite Game Engine.
version.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Strings/components/resources/version/version.h>
4 
5 #ifdef GUERILLA_EXPORTS
6 #define GUERILLA_API __declspec(dllexport)
7 #else
8 #define GUERILLA_API __declspec(dllimport)
9 #endif
10 
11 namespace Guerilla
12 {
18  GUERILLA_API BlamVersion GetVersion();
19 }
GUERILLA_API
#define GUERILLA_API
Definition: version.h:8
Guerilla
The main namespace containing all of Guerilla's shared functions.
Definition: logger.h:18
Guerilla::GetVersion
GUERILLA_API BlamVersion GetVersion()
Retrieves the current version of Guerilla.
Definition: version.cpp:8