.h -> .hpp everything
This commit is contained in:
10
src/Performance.hpp
Executable file
10
src/Performance.hpp
Executable file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "platform/time.hpp"
|
||||
|
||||
class Performance
|
||||
{
|
||||
public:
|
||||
static StopwatchHandler watches;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user