Files
minecraft-pe-0.6.1/src/Performance.h
2026-03-02 22:04:18 +03:00

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__*/