PSPickr/include/timer.hpp

8 lines
98 B
C++

#pragma once
namespace Timer {
void Init(void);
void Reset(void);
float Get(void);
}