mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
13 lines
185 B
C++
Executable File
13 lines
185 B
C++
Executable File
#ifndef PERFORMANCE_H__
|
|
#define PERFORMANCE_H__
|
|
|
|
#include "platform/time.h"
|
|
|
|
class Performance
|
|
{
|
|
public:
|
|
static StopwatchHandler watches;
|
|
};
|
|
|
|
#endif /*PERFORMANCE_H__*/
|