mirror of
https://github.com/pret/pokediamond.git
synced 2026-03-21 17:54:29 -05:00
14 lines
254 B
C
14 lines
254 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
|