mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-13 04:12:41 -05:00
7 lines
113 B
C
7 lines
113 B
C
#ifndef GUARD_FIELDMAP_H
|
|
#define GUARD_FIELDMAP_H
|
|
|
|
void GetCameraCoords(u16*, u16*);
|
|
|
|
#endif // GUARD_FIELDMAP_H
|