Elaztek Developer Hub
Blamite Game Engine - Strings  00313.05.23.21.2038.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 BlamTool
12 {
19 }
BlamTool::GetVersion
STRINGS_API BlamVersion GetVersion()
Retrieves the current version of Tool.
Definition: version.cpp:8
BlamTool
Definition: console.h:17
BlamVersion
Class representing a product version.
Definition: version.h:45
version.h
STRINGS_API
#define STRINGS_API
Definition: version.h:8