pokeruby/include/play_time.h
2016-01-31 15:48:09 -08:00

10 lines
202 B
C

#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