mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-28 13:04:52 -05:00
9 lines
190 B
C
9 lines
190 B
C
#ifndef GUARD_GROUND_EVENT_H
|
|
#define GUARD_GROUND_EVENT_H
|
|
|
|
#include "structs/str_position.h"
|
|
|
|
s16 FindGroundEvent(u32 flags, PixelPos *arg1, PixelPos *arg2);
|
|
|
|
#endif // GUARD_GROUND_EVENT_H
|