mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
13 lines
252 B
C
13 lines
252 B
C
#ifndef POKEDIAMOND_PLAY_TIMER_H
|
|
#define POKEDIAMOND_PLAY_TIMER_H
|
|
|
|
#include "global.h"
|
|
#include "igt.h"
|
|
#include "timer3.h"
|
|
|
|
void PlayTimerInit(void);
|
|
void PlayTimerStart(struct IGT *igt);
|
|
void PlayTimerUpdate(void);
|
|
|
|
#endif //POKEDIAMOND_PLAY_TIMER_H
|