1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-26 08:01:45 +02:00
GiantsTools/Sdk/Include/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;
};