mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
11 lines
287 B
C
11 lines
287 B
C
#ifndef GUARD_GROUND_LINK_H
|
|
#define GUARD_GROUND_LINK_H
|
|
|
|
#include "structs/str_position.h"
|
|
|
|
void GroundLink_Select(s16 r0);
|
|
s32 GroundLink_GetPos(s32 _arg0, PixelPos *pos);
|
|
s32 GroundLink_GetArea(s32 _arg0, PixelPos *arg1, PixelPos *arg2, PixelPos *arg3);
|
|
|
|
#endif // GUARD_GROUND_LINK_H
|