mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 10:34:12 -05:00
10 lines
202 B
C
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
|