mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 05:00:12 +00: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
|