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