mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
264 B
C
11 lines
264 B
C
#ifndef POKEPLATINUM_PLAY_TIME_MANAGER_H
|
|
#define POKEPLATINUM_PLAY_TIME_MANAGER_H
|
|
|
|
#include "play_time.h"
|
|
|
|
void PlayTime_FlagNotStarted(void);
|
|
void PlayTime_Start(PlayTime *playTime);
|
|
void PlayTime_IncrementTimer(void);
|
|
|
|
#endif // POKEPLATINUM_PLAY_TIME_MANAGER_H
|