mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-07 01:54:57 -05:00
11 lines
238 B
C
11 lines
238 B
C
#ifndef POKEPLATINUM_UNK_02017428_H
|
|
#define POKEPLATINUM_UNK_02017428_H
|
|
|
|
#include "play_time.h"
|
|
|
|
void PlayTime_FlagNotStarted(void);
|
|
void PlayTime_Start(PlayTime *playTime);
|
|
void sub_02017458(void);
|
|
|
|
#endif // POKEPLATINUM_UNK_02017428_H
|