1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-17 04:31:44 +02:00
GiantsTools/Sdk/Include/Version.h
Nick Blakely 80343ee84b Sync
2020-09-21 22:30:26 -07:00

10 lines
85 B
C

#pragma once
struct Version
{
int major;
int minor;
int build;
int revision;
};