import from github
This commit is contained in:
10
include/play_time.h
Normal file
10
include/play_time.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef GUARD_PLAY_TIME_H
|
||||
#define GUARD_PLAY_TIME_H
|
||||
|
||||
void PlayTimeCounter_Reset(void);
|
||||
void PlayTimeCounter_Start(void);
|
||||
void PlayTimeCounter_Stop(void);
|
||||
void PlayTimeCounter_Update(void);
|
||||
void PlayTimeCounter_SetToMax(void);
|
||||
|
||||
#endif // GUARD_PLAY_TIME_H
|
Reference in New Issue
Block a user