mirror of
https://github.com/joel16/PSPickr.git
synced 2025-02-17 01:09:17 +00:00
8 lines
98 B
C++
8 lines
98 B
C++
#pragma once
|
|
|
|
namespace Timer {
|
|
void Init(void);
|
|
void Reset(void);
|
|
float Get(void);
|
|
}
|