summaryrefslogtreecommitdiff
path: root/include/play_time.h
blob: ac64b62fb9fa076c0090f0a01911b825d2daa430 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_PLAY_TIME_H
#define GUARD_PLAY_TIME_H

void PlayTimeCounter_Reset();
void PlayTimeCounter_Start();
void PlayTimeCounter_Stop();
void PlayTimeCounter_Update();

#endif // GUARD_PLAY_TIME_H