Elaztek Developer Hub
Blamite Game Engine - Strings  00402.09.29.23.0627.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 STRINGS_EXPORTS
6 #define STRINGS_API __declspec(dllexport)
7 #else
8 #define STRINGS_API __declspec(dllimport)
9 #endif
10 
11 namespace BlamStrings
12 {
19 }
BlamStrings::GetVersion
STRINGS_API BlamVersion GetVersion()
Retrieves the current version of Strings.
Definition: version.cpp:8
BlamStrings
Namespace for Blamite's shared C++ library.
Definition: events.h:172
STRINGS_API
#define STRINGS_API
Definition: version.h:8
BlamVersion
Class representing a product version.
Definition: version.h:45
version.h