Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
TimerState Struct Reference

stores all timer state shared between readers and the update thread. More...

Public Attributes

u64 counter
 
double time
 
u8 padding [48]
 

Detailed Description

stores all timer state shared between readers and the update thread.

(must be POD because it's used before static ctors run.)

Definition at line 165 of file whrt.cpp.

Member Data Documentation

u64 TimerState::counter

Definition at line 168 of file whrt.cpp.

u8 TimerState::padding[48]

Definition at line 176 of file whrt.cpp.

double TimerState::time

Definition at line 174 of file whrt.cpp.


The documentation for this struct was generated from the following file: