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