Elaztek Developer Hub
Blamite Game Engine - Tool (Library)
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 }
version.h
BlamTool::GetVersion
TOOL_LIB_API BlamVersion GetVersion()
Retrieves the current version of Tool.
Definition: version.cpp:8
tool_version
BlamVersion tool_version
Version information for Tool.
Definition: version.cpp:6
BlamTool
Namespace containing functions for Tool.
Definition: console.h:17
TOOL_LIB_API
#define TOOL_LIB_API
Definition: version.h:8