forked from Kolyah35/minecraft-pe-0.6.1
11 lines
111 B
C++
Executable File
11 lines
111 B
C++
Executable File
#pragma once
|
|
|
|
#include "platform/time.h"
|
|
|
|
class Performance
|
|
{
|
|
public:
|
|
static StopwatchHandler watches;
|
|
};
|
|
|