1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-09-28 01:42:14 +02:00
GiantsTools/Sdk/Include/Core/Public/Version.h

10 lines
85 B
C
Raw Normal View History

2020-09-22 07:30:26 +02:00
#pragma once
struct Version
{
int major;
int minor;
int build;
int revision;
};