mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
the whole game
This commit is contained in:
12
src/Performance.h
Executable file
12
src/Performance.h
Executable file
@@ -0,0 +1,12 @@
|
||||
#ifndef PERFORMANCE_H__
|
||||
#define PERFORMANCE_H__
|
||||
|
||||
#include "platform/time.h"
|
||||
|
||||
class Performance
|
||||
{
|
||||
public:
|
||||
static StopwatchHandler watches;
|
||||
};
|
||||
|
||||
#endif /*PERFORMANCE_H__*/
|
||||
Reference in New Issue
Block a user