ManaPlus
Public Member Functions | Data Fields
PerfStats Struct Reference

#include <perfstat.h>

Public Member Functions

 PerfStats ()
 

Data Fields

int ticks [16]
 

Detailed Description

Definition at line 29 of file perfstat.h.

Constructor & Destructor Documentation

◆ PerfStats()

PerfStats::PerfStats ( )
inline

Definition at line 31 of file perfstat.h.

32  {
33  for (int f = 0; f < 16; f ++)
34  ticks[f] = -1;
35  }
int ticks[16]
Definition: perfstat.h:39

References ticks.

Field Documentation

◆ ticks

int PerfStats::ticks[16]

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