Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
Platform.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  Hbr_Platform : unsigned short {
  Windows , Linux , MacOS , IOS ,
  Android , Unknown
}
 

Functions

consteval Hbr_Platform GetPlatform () noexcept
 

Variables

constinit const Hbr_Platform Platform = GetPlatform()
 

Enumeration Type Documentation

◆ Hbr_Platform

enum class Hbr_Platform : unsigned short
strong
Enumerator
Windows 
Linux 
MacOS 
IOS 
Android 
Unknown 

Definition at line 4 of file Platform.h.

Function Documentation

◆ GetPlatform()

Hbr_Platform GetPlatform ( )
inlinenodiscardconstevalnoexcept

Definition at line 8 of file Platform.h.

Variable Documentation

◆ Platform

const Hbr_Platform Platform = GetPlatform()
constinit

Definition at line 48 of file Platform.h.