Elaztek Developer Hub
Blamite Game Engine - Strings  00315.05.27.21.0015.blamite
A library containing general purpose utilities and classes for use in multiple projects.
version.h
Go to the documentation of this file.
1 #pragma once
2 
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 {
19 }
Guerilla
Definition: logger.h:18
BlamVersion
Class representing a product version.
Definition: version.h:45
version.h
Guerilla::GetVersion
GUERILLA_API BlamVersion GetVersion()
Retrieves the current version of Guerilla.
Definition: version.cpp:8
GUERILLA_API
#define GUERILLA_API
Definition: version.h:8