libnick
2024.12.0
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
include
update
versiontype.h
Go to the documentation of this file.
1
23
#ifndef VERSIONTYPE_H
24
#define VERSIONTYPE_H
25
26
namespace
Nickvision::Update
27
{
31
enum class
VersionType
32
{
33
Stable
= 0,
34
Preview
35
};
36
}
37
38
#endif
//VERSIONTYPE_H
Nickvision::Update
Definition
updater.h:31
Nickvision::Update::VersionType
VersionType
Types of a version.
Definition
versiontype.h:32
Nickvision::Update::VersionType::Preview
@ Preview
preview version.
Nickvision::Update::VersionType::Stable
@ Stable
A stable version.
Generated by
1.12.0