Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Strings
00312.05.15.21.1835.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
3
#include <
Strings/components/resources/version/version.h
>
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
{
18
STRINGS_API
BlamVersion
GetVersion
();
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
Strings
editor
tool
version
version.h
Generated on Sat May 15 2021 19:01:36 for Blamite Game Engine - Strings by
1.8.17