1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-11-05 06:45:37 +01: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;
};