mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-23 02:24:49 -05:00
7 lines
120 B
C
7 lines
120 B
C
#ifndef GUARD_GROUND_LINK_H
|
|
#define GUARD_GROUND_LINK_H
|
|
|
|
void GroundLink_Select(s16 r0);
|
|
|
|
#endif // GUARD_GROUND_LINK_H
|