FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::semantic_version Class Reference

#include <version.hpp>

Public Attributes

int major = 0
int minor = 2
int patch = 0

Detailed Description

Simple semantic version container.

Definition at line 36 of file version.hpp.

Member Data Documentation

◆ major

int fcn::semantic_version::major = 0

Major version number.

Definition at line 43 of file version.hpp.

◆ minor

int fcn::semantic_version::minor = 2

Minor version number.

Definition at line 48 of file version.hpp.

◆ patch

int fcn::semantic_version::patch = 0

Patch version number.

Definition at line 53 of file version.hpp.


The documentation for this class was generated from the following file: