mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
9 lines
256 B
C
9 lines
256 B
C
#ifndef POKEPLATINUM_BINOCULARS_VISTA_LIGHTHOUSE_H
|
|
#define POKEPLATINUM_BINOCULARS_VISTA_LIGHTHOUSE_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
void UseVistaLighthouseBinoculars(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_BINOCULARS_VISTA_LIGHTHOUSE_H
|