mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-25 07:27:48 -05:00
11 lines
197 B
C
11 lines
197 B
C
#ifndef GUARD_TRAINER_SEE_H
|
|
#define GUARD_TRAINER_SEE_H
|
|
|
|
#include "sprite.h"
|
|
#include "task.h"
|
|
|
|
bool8 CheckTrainers(void);
|
|
void sub_8084794(struct ObjectEvent *var);
|
|
|
|
#endif // GUARD_TRAINER_SEE_H
|