Elaztek Developer Hub
Blamite Game Engine - Tool (Library)  00368.02.12.23.1347.blamite
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
version.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Strings/components/resources/version/version.h>
4 
5 #ifdef TOOL_LIB_EXPORTS
6 #define TOOL_LIB_API __declspec(dllexport)
7 #else
8 #define TOOL_LIB_API __declspec(dllimport)
9 #endif
10 
11 namespace BlamTool
12 {
18  TOOL_LIB_API BlamVersion GetVersion();
19 }
BlamTool::GetVersion
TOOL_LIB_API BlamVersion GetVersion()
Retrieves the current version of Tool.
Definition: version.cpp:8
BlamTool
Definition: console.h:17
TOOL_LIB_API
#define TOOL_LIB_API
Definition: version.h:8