OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
gametime.h File Reference
#include <cstdint>
#include <limits>
#include <time.h>

Go to the source code of this file.

Classes

class  gtime
 

Functions

bool operator== (gtime a, gtime b)
 
bool operator!= (gtime a, gtime b)
 
bool operator< (gtime a, gtime b)
 
bool operator<= (gtime a, gtime b)
 

Function Documentation

◆ operator!=()

bool operator!= ( gtime  a,
gtime  b 
)
inline

Definition at line 43 of file gametime.h.

◆ operator<()

bool operator< ( gtime  a,
gtime  b 
)
inline

Definition at line 47 of file gametime.h.

◆ operator<=()

bool operator<= ( gtime  a,
gtime  b 
)
inline

Definition at line 51 of file gametime.h.

◆ operator==()

bool operator== ( gtime  a,
gtime  b 
)
inline

Definition at line 39 of file gametime.h.