libnick 2024.12.0
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
operatingsystem.h
Go to the documentation of this file.
1
23#ifndef OPERATINGSYSTEM_H
24#define OPERATINGSYSTEM_H
25
26namespace Nickvision::System
27{
31 enum class OperatingSystem
32 {
33 Windows,
34 Linux,
35 MacOS,
36 Other
37 };
38}
39
40#endif //OPERATINGSYSTEM_H
Definition deploymentmode.h:27
OperatingSystem
Supported operating systems.
Definition operatingsystem.h:32
@ MacOS
The MacOS operating system.
@ Other
A unknown operating system.
@ Windows
The Windows operating system.
@ Linux
The Linux operating system.